Information about plays

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

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

{
    "id": 3420704,
    "uri": "https://api.kexp.org/v2/plays/3420704/?format=api",
    "airdate": "2024-11-03T01:15:42-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "https://coverartarchive.org/release/3cedb2e3-a09e-42e5-af6c-041ff205e5b2/35879513064-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3cedb2e3-a09e-42e5-af6c-041ff205e5b2/35879513064-250.jpg",
    "song": "Bone Snare",
    "track_id": null,
    "recording_id": "9c5d3a9b-cbc2-4234-a4ee-9ffb25ba400c",
    "artist": "Torture Rack",
    "artist_ids": [
        "8f20d616-75f0-45c0-b07a-0714d543eeca"
    ],
    "album": "Primeval Onslaught",
    "release_id": null,
    "release_group_id": "f43fe9e8-2f2e-43fb-b613-472b1a194002",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Torture Rack played with Re-Buried and Coffins at Substation in Seattle tonight.\n\nhttps://20buckspin.bandcamp.com/album/primeval-onslaught",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}