Information about plays

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

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

{
    "id": 3553710,
    "uri": "https://api.kexp.org/v2/plays/3553710/?format=api",
    "airdate": "2025-09-16T09:14:01-07:00",
    "show": 64577,
    "show_uri": "https://api.kexp.org/v2/shows/64577/?format=api",
    "image_uri": "https://ia600506.us.archive.org/15/items/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0-9934969878_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/15/items/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0-9934969878_thumb250.jpg",
    "song": "The Ghost in You",
    "track_id": "f3b72cba-6f6f-3846-b8e8-f7de121247cb",
    "recording_id": "be944f5d-1a38-4c26-8175-c30ed27e2c83",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Mirror Moves",
    "release_id": "07547303-ec7d-48ff-a0b2-f395092e46e0",
    "release_group_id": "e58d0c80-af55-3bae-bde5-72ea9b3349d1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi there,\n\nCan you please play “Ghost in You” by Psych Furs? It’s my friend Chris’ birthday! Thanks, Tara in Seattle\n--\nThis was released as a single from the band's fourth album, Mirror Moves. By this time, Richard and Tim Butler had moved from England to America and the group seemed staged for stardom in that country, but they never really caught on. \"Ghost In You\" was the only song from the album to chart in the US, reaching #59. \nhttps://www.songfacts.com/facts/the-psychedelic-furs/the-ghost-in-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}