Information about plays

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

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

{
    "id": 3598397,
    "uri": "https://api.kexp.org/v2/plays/3598397/?format=api",
    "airdate": "2025-12-31T09:55:34-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dimensional Beard",
    "track_id": "8d002663-901b-466c-bb77-6cbda26c2c9c",
    "recording_id": "52cae9f6-d63b-4faf-9966-51870a78b9ec",
    "artist": "Hobosexual",
    "artist_ids": [
        "b5adb729-a140-4994-baae-6f320eb88454"
    ],
    "album": "Monolith",
    "release_id": "6167ea77-0688-4fd8-b6de-5c054a825f56",
    "release_group_id": "4a21442a-a1f2-4314-82d9-305286a7cb2b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-11-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Can we just collectively do whatever we can to get this band to play again?  Cool? Cool. \n\n\"2 beards, 4 amps, and more raw talent than Jesus.\"\nhttps://hobosexualmusic.bandcamp.com\n\n\nHere's their KEXP In Studio - https://www.youtube.com/watch?v=bBMeeLzzLIA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}