Information about plays

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

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

{
    "id": 3547481,
    "uri": "https://api.kexp.org/v2/plays/3547481/?format=api",
    "airdate": "2025-09-01T07:39:15-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://ia800800.us.archive.org/18/items/mbid-6b06472f-586c-4390-9ff3-8919fa6cf72b/mbid-6b06472f-586c-4390-9ff3-8919fa6cf72b-41959316606_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-6b06472f-586c-4390-9ff3-8919fa6cf72b/mbid-6b06472f-586c-4390-9ff3-8919fa6cf72b-41959316606_thumb250.jpg",
    "song": "Emo Song",
    "track_id": "8a5c5e95-7586-4a5c-a748-4ea4a8da7ac2",
    "recording_id": "563e7bc6-38fb-4142-b07f-86be2ab8b630",
    "artist": "The Haunted Youth",
    "artist_ids": [
        "12db27e3-c430-4ff9-ac22-c1ef8f2ad799"
    ],
    "album": "Emo Song",
    "release_id": "6b06472f-586c-4390-9ff3-8919fa6cf72b",
    "release_group_id": "c8df9f79-51e7-4d3a-bc7c-be29142b0be4",
    "labels": [
        "Mayway Records"
    ],
    "label_ids": [
        "5167bd27-a60d-45db-b58a-97ab58c03b57"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Emo Song\" is the latest single from Belgian indie rock band The Haunted Youth!\n\nTheir sophomore album, Boys Cry Too, is set to release in February 2026, following the release of the critically acclaimed debut album 'Dawn of the Freak' in 2022.\n\nhttps://thehauntedyouthofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}