Information about plays

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

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

{
    "id": 3607036,
    "uri": "https://api.kexp.org/v2/plays/3607036/?format=api",
    "airdate": "2026-01-21T02:40:19-08:00",
    "show": 65712,
    "show_uri": "https://api.kexp.org/v2/shows/65712/?format=api",
    "image_uri": "https://dn710000.ca.archive.org/0/items/mbid-4aeecc98-594f-32f9-8c42-4ff315d41dcc/mbid-4aeecc98-594f-32f9-8c42-4ff315d41dcc-15543969471_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-4aeecc98-594f-32f9-8c42-4ff315d41dcc/mbid-4aeecc98-594f-32f9-8c42-4ff315d41dcc-15543969471_thumb250.jpg",
    "song": "Right Here, Right Now",
    "track_id": "7afa918f-69bd-3968-8ad4-434397425120",
    "recording_id": "cfec3865-254f-4cae-aff9-baa3b6f8678f",
    "artist": "Jesus Jones",
    "artist_ids": [
        "f9776598-2689-41db-98d3-829f5510021c"
    ],
    "album": "Doubt",
    "release_id": "4aeecc98-594f-32f9-8c42-4ff315d41dcc",
    "release_group_id": "d87a6405-ab32-3f1c-8683-dff34a23e56a",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD 1991 - Jesus Jones released their second studio album, Doubt. It features the singles \"Real, Real, Real,\" \"Right Here, Right Now,\" \"International Bright Young Thing,\" \"Who? Where? Why?,\" and \"Welcome Back Victoria.\" ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}