Information about plays

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

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

{
    "id": 3624606,
    "uri": "https://api.kexp.org/v2/plays/3624606/?format=api",
    "airdate": "2026-03-03T01:33:11-08:00",
    "show": 66077,
    "show_uri": "https://api.kexp.org/v2/shows/66077/?format=api",
    "image_uri": "https://coverartarchive.org/release/f58eebc3-84e3-4335-b8fb-c31043e4722d/24149010589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f58eebc3-84e3-4335-b8fb-c31043e4722d/24149010589-250.jpg",
    "song": "Promesses (extended mix)",
    "track_id": null,
    "recording_id": "c769aca6-01c0-4674-b9b9-bc04c177234e",
    "artist": "Tchami feat. Kaleem Taylor",
    "artist_ids": [
        "374a63ed-2502-495a-8e31-139e3ed7507e",
        "54cd96e4-7097-4c7c-a1c4-af90b9db2f39"
    ],
    "album": "Promesses / Shot Caller",
    "release_id": null,
    "release_group_id": "831cab45-00b1-4230-9cf3-3aa8357743e2",
    "labels": [
        "Fool’s Gold Records"
    ],
    "label_ids": [
        "c1fc0c7a-8244-4511-8f34-065c113403be"
    ],
    "release_date": "2013-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/o to the wife for this one! \n\nhttps://www.youtube.com/watch?v=iPioLizQKuc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}