Information about plays

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

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

{
    "id": 3610660,
    "uri": "https://api.kexp.org/v2/plays/3610660/?format=api",
    "airdate": "2026-01-29T14:52:18-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "https://coverartarchive.org/release/1dec4bbd-4aff-4c61-aa1c-b42af20c9b41/16074494471-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1dec4bbd-4aff-4c61-aa1c-b42af20c9b41/16074494471-250.jpg",
    "song": "Prison Song",
    "track_id": null,
    "recording_id": "42badc1d-ca3f-4f56-89de-d929fc6b6b2b",
    "artist": "Graham Nash",
    "artist_ids": [
        "2ed8ecda-5bb9-4d9f-8c99-0bf9b85b3624"
    ],
    "album": "Wild Tales",
    "release_id": null,
    "release_group_id": "c42acb70-030f-3ccd-9540-c1ae0fffe091",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1973-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Graham Nash wrote this song about his father who served time in Manchester's Strangeways prison for a theft he didn't commit. His dad never fully recovered from the experience.\n--\nHere's the video: https://www.youtube.com/watch?v=ukO2t_j--Kc\n--\nAtmosphere sampled this for 2005's \"Smart Went Crazy.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}