Information about plays

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

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

{
    "id": 3568082,
    "uri": "https://api.kexp.org/v2/plays/3568082/?format=api",
    "airdate": "2025-10-21T15:21:23-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffe4d573-4c23-42bd-aa79-7fd235da7dd4/35757877788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffe4d573-4c23-42bd-aa79-7fd235da7dd4/35757877788-250.jpg",
    "song": "Rainbow Valley",
    "track_id": null,
    "recording_id": "3d7f1bae-4ae2-485d-854f-9a444d36b067",
    "artist": "Dolly Mixture",
    "artist_ids": [
        "c2f0fb92-4e5d-4136-97d9-043e10ee1154"
    ],
    "album": "Other Music",
    "release_id": null,
    "release_group_id": "498a7833-4eb3-4e6d-be63-35f86a2116d2",
    "labels": [
        "Sealed Records"
    ],
    "label_ids": [
        "3e053757-2c94-48c7-bc31-2dc371c4b028"
    ],
    "release_date": "2019-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dolly Mixture were an English rock band, formed in 1978 by the bassist and vocalist Debsey Wykes, guitarist and vocalist Rachel Bor, and drummer Hester Smith.\n---\nhttps://dollymixture.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}