Information about plays

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

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

{
    "id": 3617603,
    "uri": "https://api.kexp.org/v2/plays/3617603/?format=api",
    "airdate": "2026-02-14T22:35:26-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Rose",
    "track_id": null,
    "recording_id": "7cb1dbbb-e7de-44c0-99bb-834bb90d544c",
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "New Rose",
    "release_id": null,
    "release_group_id": "d5edc24a-a657-3701-8a59-1ed512dcec25",
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1976-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Damned just released their latest album, Not Like Everybody Else, last month.\n\nhttps://www.officialdamned.com/\nhttps://www.facebook.com/OfficialDamned/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}