Information about plays

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

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

{
    "id": 3554075,
    "uri": "https://api.kexp.org/v2/plays/3554075/?format=api",
    "airdate": "2025-09-17T06:16:43-07:00",
    "show": 64584,
    "show_uri": "https://api.kexp.org/v2/shows/64584/?format=api",
    "image_uri": "https://ia800303.us.archive.org/12/items/mbid-3e09b06f-825c-45a4-bd50-9327f1159591/mbid-3e09b06f-825c-45a4-bd50-9327f1159591-13875733591_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/12/items/mbid-3e09b06f-825c-45a4-bd50-9327f1159591/mbid-3e09b06f-825c-45a4-bd50-9327f1159591-13875733591_thumb250.jpg",
    "song": "Daydreaming",
    "track_id": "371f6128-bfd7-417d-bb50-820de48d1051",
    "recording_id": "7488e7c3-86b8-4755-a167-b053adecae13",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "A Moon Shaped Pool",
    "release_id": "3e09b06f-825c-45a4-bd50-9327f1159591",
    "release_group_id": "bbce0087-d386-4246-a51d-dbcdfdbe8fb2",
    "labels": [
        "XL Recordings",
        "S-Music"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a",
        "cfb47a78-5809-4d77-ab98-2f46cb712046"
    ],
    "release_date": "2016-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the end of the song are the lines \"Half of my life, half of my love\" in reverse. When released, Daydreaming was sent to various small cinemas. https://www.kexp.org/read/2016/05/11/album-review-radiohead-a-moon-shaped-pool/\n\nA beautiful video for the song: https://www.youtube.com/watch?v=TTAU7lLDZYU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}