Information about plays

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

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

{
    "id": 3558557,
    "uri": "https://api.kexp.org/v2/plays/3558557/?format=api",
    "airdate": "2025-09-27T21:53:37-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d5c6e7d-b1c2-4d23-b7d7-5011170f1005/33010325000-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d5c6e7d-b1c2-4d23-b7d7-5011170f1005/33010325000-250.jpg",
    "song": "The Closet",
    "track_id": null,
    "recording_id": "862c7bf1-e302-43e8-91cd-d544684ec687",
    "artist": "Teenage Jesus and the Jerks",
    "artist_ids": [
        "ecb6ad66-0b12-405c-803c-e5bcc83e77df"
    ],
    "album": "Discography",
    "release_id": null,
    "release_group_id": "c1ed4879-db09-4ab8-929b-f58b3e558fe9",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a compilation of the \"Pink\" EP, \"Pre\" EP and the tracks from the \"No New York\" compilation. Tracks 1-10 were transcribed from vinyl copies, as master tapes are no longer available.\n\nhttps://lydialunch.bandcamp.com/album/discography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}