Information about plays

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

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

{
    "id": 3561586,
    "uri": "https://api.kexp.org/v2/plays/3561586/?format=api",
    "airdate": "2025-10-05T09:34:49-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c1297f2-0fd7-4769-aca0-474a0442dbda/22287181932-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c1297f2-0fd7-4769-aca0-474a0442dbda/22287181932-250.jpg",
    "song": "Shame Shame Shame",
    "track_id": null,
    "recording_id": "996ee595-6906-4cea-89e7-6039cd517e37",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Black and Blue",
    "release_id": null,
    "release_group_id": "b13da40b-fb15-382e-b305-b65ced849782",
    "labels": [
        "Rolling Stones Records"
    ],
    "label_ids": [
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "release_date": "1976-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An outtake from their 1976 album Black and Blue, it was just released as part of a reissue in September.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}