Information about plays

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

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

{
    "id": 3440549,
    "uri": "https://api.kexp.org/v2/plays/3440549/?format=api",
    "airdate": "2024-12-20T17:08:17-08:00",
    "show": 62161,
    "show_uri": "https://api.kexp.org/v2/shows/62161/?format=api",
    "image_uri": "https://ia800600.us.archive.org/35/items/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b-39300156074_thumb500.jpg",
    "thumbnail_uri": "https://ia800600.us.archive.org/35/items/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b/mbid-ef612160-0fa4-4e77-94d0-87e6e4b9ab7b-39300156074_thumb250.jpg",
    "song": "Daily Blues",
    "track_id": "5b39494d-8355-46f0-9ebb-cc7c32478999",
    "recording_id": "5ac0531b-b7cf-4ece-bb0a-c8f3f235902d",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Flight b741",
    "release_id": "ef612160-0fa4-4e77-94d0-87e6e4b9ab7b",
    "release_group_id": "2dc473a8-c4af-4dc0-8907-c609bf953499",
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#22\n\nOne heck of a flight from the Melbourne band.\nhttps://kinggizzard.bandcamp.com/album/flight-b741\n\nCheck out the Gorge set if you missed it:\nhttps://bootleggizzard.bandcamp.com/album/live-at-the-gorge-24",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}