Information about plays

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

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

{
    "id": 3602798,
    "uri": "https://api.kexp.org/v2/plays/3602798/?format=api",
    "airdate": "2026-01-10T21:16:36-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit the North, Part 1",
    "track_id": "bf808d02-1f99-3314-8d4c-b737e1aa9b6b",
    "recording_id": "4e7a1df6-13c5-4529-9014-00542ffe9c09",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "458489 A Sides",
    "release_id": "1fcfc15d-e5be-306a-924e-9cff16edefa5",
    "release_group_id": "f8038069-48fd-3845-bd4a-62d641771f59",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1994-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was featured on this season of Stranger Things.\n\nRIP Mark E. Smith 1957-2018",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}