Information about plays

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

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

{
    "id": 3628052,
    "uri": "https://api.kexp.org/v2/plays/3628052/?format=api",
    "airdate": "2026-03-12T08:48:32-07:00",
    "show": 66159,
    "show_uri": "https://api.kexp.org/v2/shows/66159/?format=api",
    "image_uri": "https://coverartarchive.org/release/89b11523-a634-47f6-956b-26bde0fc5901/15166658511-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89b11523-a634-47f6-956b-26bde0fc5901/15166658511-250.jpg",
    "song": "Head Over Heels",
    "track_id": null,
    "recording_id": "aedd04c0-dc20-42a8-a86d-b15952380bdb",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Head Over Heels",
    "release_id": null,
    "release_group_id": "00623aeb-a9f1-400f-863b-f7631dcdc3f7",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\n\n\"Something happens and I'm head over heels\nAh, don't take my heart, don't break my heart\nDon't, don't, don't throw it away\"\nhttps://www.youtube.com/watch?v=CsHiG-43Fzg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}