Information about plays

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

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

{
    "id": 3599650,
    "uri": "https://api.kexp.org/v2/plays/3599650/?format=api",
    "airdate": "2026-01-03T12:44:09-08:00",
    "show": 65553,
    "show_uri": "https://api.kexp.org/v2/shows/65553/?format=api",
    "image_uri": "https://ia801202.us.archive.org/13/items/mbid-251009a7-5aef-4dae-8ae9-01835f29dc58/mbid-251009a7-5aef-4dae-8ae9-01835f29dc58-18362230912_thumb500.jpg",
    "thumbnail_uri": "https://ia801202.us.archive.org/13/items/mbid-251009a7-5aef-4dae-8ae9-01835f29dc58/mbid-251009a7-5aef-4dae-8ae9-01835f29dc58-18362230912_thumb250.jpg",
    "song": "Fa-Fa-Fa",
    "track_id": "ed06a3cd-3f66-3e7f-a29b-f625e17e2a11",
    "recording_id": "bc57d178-1de3-458a-bfd8-f37fdef0c858",
    "artist": "Datarock",
    "artist_ids": [
        "535707ce-ad97-4b73-946e-9ca27869fd3c"
    ],
    "album": "Datarock Datarock",
    "release_id": "251009a7-5aef-4dae-8ae9-01835f29dc58",
    "release_group_id": "0f923ec5-c696-37c9-ad6c-5385812e41fb",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2007-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 2006, this was the debut album from the Norwegian duo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}