Information about plays

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

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

{
    "id": 3559932,
    "uri": "https://api.kexp.org/v2/plays/3559932/?format=api",
    "airdate": "2025-10-01T05:08:50-07:00",
    "show": 64715,
    "show_uri": "https://api.kexp.org/v2/shows/64715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wartime Lovers",
    "track_id": "3b4e3a66-b4fe-43d9-afb7-da4df861ecd3",
    "recording_id": "8e163b86-9434-48ac-9bf3-3dce381fc3e3",
    "artist": "Rose Windows",
    "artist_ids": [
        "8d104e2d-6645-4284-bc4f-a57708068b05"
    ],
    "album": "Crybaby Studios: Comp 2012",
    "release_id": "dd5b3db7-19f3-4630-b81e-8545f90ff3bd",
    "release_group_id": "5009ca2e-2779-47ac-abcb-a65961a99c05",
    "labels": [
        "Crybaby Studios"
    ],
    "label_ids": [
        "9a11b062-9196-43cf-a039-db1eb50932a1"
    ],
    "release_date": "2012-06-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Rose Windows was a seven-piece psychedelic rock band based in Seattle, Washington, active from 2010-2015. \n\nCheck out a live performance of \"Wartime Lovers\" in the KEXP studio, recorded back in 2012: https://www.youtube.com/watch?v=nqrepZOy0lk\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}