Information about plays

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

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

{
    "id": 3539356,
    "uri": "https://api.kexp.org/v2/plays/3539356/?format=api",
    "airdate": "2025-08-12T23:15:19-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://ia801303.us.archive.org/30/items/mbid-a464be92-c9ee-4f65-8ca7-539ad54a575d/mbid-a464be92-c9ee-4f65-8ca7-539ad54a575d-10760839526_thumb500.jpg",
    "thumbnail_uri": "https://ia801303.us.archive.org/30/items/mbid-a464be92-c9ee-4f65-8ca7-539ad54a575d/mbid-a464be92-c9ee-4f65-8ca7-539ad54a575d-10760839526_thumb250.jpg",
    "song": "That Shit Makes Me Sad",
    "track_id": "05d7cacb-b619-4713-aa14-d28441eaab1d",
    "recording_id": "46deccd9-6847-464e-9544-36725cc5ddec",
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "Double Youth",
    "release_id": "a464be92-c9ee-4f65-8ca7-539ad54a575d",
    "release_group_id": "93962884-1ff5-42f2-9d72-50c1a4d3f9e8",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2014-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helado Negro, aka Roberto Lange, recorded Double Youth, his fourth LP, in his home studio with a computer, his voice, and telepathic input from a poster he found buried in a closet in his childhood home.\n\nhttps://heladonegro.bandcamp.com/album/double-youth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}