Information about plays

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

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

{
    "id": 3602210,
    "uri": "https://api.kexp.org/v2/plays/3602210/?format=api",
    "airdate": "2026-01-09T11:10:10-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wristwatch",
    "track_id": "803f1e2a-79f3-40ac-93ab-85763e314f04",
    "recording_id": "cbf05835-5c9b-4c89-9ec0-a94281303562",
    "artist": "MJ Lenderman",
    "artist_ids": [
        "4f52595e-652d-4894-95ea-f925234629fc"
    ],
    "album": "Manning Fireworks",
    "release_id": "7abffdf6-46f9-4657-80a9-7851850391cf",
    "release_group_id": "0c308741-7b98-4a36-b44e-1ba437b4e2c4",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MJ Lenderman is going on tour with Waxahatchee! \n\n-Seattle on Sunday, May 3rd at the Paramount Theatre\n\n-SF on Tuesday, May 5th at The Masonic\n\n MJ played Live on KEXP back in 2022 with the band Wednesday! https://www.youtube.com/watch?v=a0o-hF9s0ro\n\nhttps://mjlenderman.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}