Information about plays

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

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

{
    "id": 3585424,
    "uri": "https://api.kexp.org/v2/plays/3585424/?format=api",
    "airdate": "2025-12-01T13:08:06-08:00",
    "show": 65263,
    "show_uri": "https://api.kexp.org/v2/shows/65263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone Again Or",
    "track_id": "c4ee45da-072e-31cf-9283-602755567ae5",
    "recording_id": "9c80bfb3-efe6-4e48-b994-1b3dcd1515a8",
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "Anything",
    "release_id": "42854a8e-3d88-47db-a75f-f4e13c4348c1",
    "release_group_id": "3e97df80-6506-37a3-bf5c-cb5802a68658",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Damned's album \"Anything\" has a raw, lo-fi recording style that was a deliberate choice to capture the band's live energy, with some parts recorded in a cramped studio where the drummer had to stand to fit and the vocalist had to sing behind a door due to the loud sound. The album was recorded very quickly, and was produced by Nick Lowe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}