Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3584538/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3584538,
    "uri": "https://api.kexp.org/v2/plays/3584538/?format=api",
    "airdate": "2025-11-29T13:44:08-08:00",
    "show": 65242,
    "show_uri": "https://api.kexp.org/v2/shows/65242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maximum Self-Care",
    "track_id": "883a8d41-4d19-468a-a64e-a748d6d59fe9",
    "recording_id": "705b3026-8539-4bc2-9251-6b4e853f3b4d",
    "artist": "Yalla Miku",
    "artist_ids": [
        "1c75c554-3f02-48e8-9b4a-48cc7870d065"
    ],
    "album": "2",
    "release_id": "5b7f67b5-076b-490d-be4b-ef3c7b372b29",
    "release_group_id": "3e303099-a7bc-4429-b02e-b6e63d2889fe",
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geneva, Switzerland seven-piece twists traditions of North and East Africa with electronica, post punk and krautrock grooves. You can purchase their second album, \"2,\" here: https://yallamiku.bandcamp.com/album/2\n--\nWatch a live performance for KEXP from Trans Musicales 2023 in Rennes, Frances: https://www.youtube.com/watch?v=XcOro7eka1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}