Information about plays

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

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

{
    "id": 3553612,
    "uri": "https://api.kexp.org/v2/plays/3553612/?format=api",
    "airdate": "2025-09-16T03:40:33-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://ia902904.us.archive.org/18/items/mbid-d2828f07-1109-4989-bba5-d02ee33e24cc/mbid-d2828f07-1109-4989-bba5-d02ee33e24cc-34914959777_thumb500.jpg",
    "thumbnail_uri": "https://ia802904.us.archive.org/18/items/mbid-d2828f07-1109-4989-bba5-d02ee33e24cc/mbid-d2828f07-1109-4989-bba5-d02ee33e24cc-34914959777_thumb250.jpg",
    "song": "Empathy",
    "track_id": "d24b5a94-55b0-34fa-8df2-ea134e1260c2",
    "recording_id": "e494b493-0ba9-43de-9637-fbd224133850",
    "artist": "Crystal Castles",
    "artist_ids": [
        "b1570544-93ab-4b2b-8398-131735394202"
    ],
    "album": "Crystal Castles",
    "release_id": "d2828f07-1109-4989-bba5-d02ee33e24cc",
    "release_group_id": "9477d99c-1df7-4ae7-b08d-a2484c8e80f4",
    "labels": [
        "Shock Records"
    ],
    "label_ids": [
        "bdfc56a3-e55f-48c1-83a1-3886b8091b36"
    ],
    "release_date": "2010-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crystal Castles' self-titled debut album, which came out in 2008, ranks at #532 on the list of the KEXP Most Played Albums of All Time. See more here: https://kexp.org/countdowns/kexps-most-played-albums-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}