Information about plays

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

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

{
    "id": 3598436,
    "uri": "https://api.kexp.org/v2/plays/3598436/?format=api",
    "airdate": "2025-12-31T12:26:31-08:00",
    "show": 65524,
    "show_uri": "https://api.kexp.org/v2/shows/65524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural One",
    "track_id": "cdc12510-6ba5-3040-a0b9-201aec1bea5d",
    "recording_id": "fb8f724e-4db8-4f28-8cca-6ba798056437",
    "artist": "The Folk Implosion",
    "artist_ids": [
        "31722656-e14d-4f3f-8ecb-27cba9ce3a15"
    ],
    "album": "Kids: Original Motion Picture Soundtrack",
    "release_id": "b526cad7-982a-4a37-9d1b-89b9c95279bc",
    "release_group_id": "1fc3babf-f227-314f-b2b8-df9779963431",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1995-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Natural One\" by The Folk Implosion was released as a single in 1995, and featured on the soundtrack to the Larry Clark film \"Kids.\" https://thefolkimplosion.bandcamp.com/album/music-for-kids\n\nThe Folk Implosion stopped by the KEXP studio back in April. Catch their full set on YouTube: https://www.youtube.com/watch?v=u3YozCQCdXw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}