Information about plays

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

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

{
    "id": 3422197,
    "uri": "https://api.kexp.org/v2/plays/3422197/?format=api",
    "airdate": "2024-11-06T19:09:13-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia801902.us.archive.org/11/items/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951-26386546272_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/11/items/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951-26386546272_thumb250.jpg",
    "song": "Im Not Living in the Past Anymore",
    "track_id": "78857347-d69a-47eb-ab13-c6c550710e23",
    "recording_id": "69beef6d-dbd7-46ae-bddf-fc05c16cbb6f",
    "artist": "Holy Wave",
    "artist_ids": [
        "715b9af4-36c8-4ae7-bc7a-b1ff147fc110"
    ],
    "album": "Interloper",
    "release_id": "dfc9552d-eca1-4e96-a3d4-e8aaa0083951",
    "release_group_id": "2898d610-03af-4992-9f0c-e0852fa87a0b",
    "labels": [
        "The Reverberation Appreciation Society"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648"
    ],
    "release_date": "2020-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, TX based band: https://holywave.bandcamp.com/album/interloper",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}