Information about plays

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

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

{
    "id": 3566984,
    "uri": "https://api.kexp.org/v2/plays/3566984/?format=api",
    "airdate": "2025-10-18T23:11:39-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/946fd8d2-c1a8-46e7-9c3a-06c1ed6a9aff/38203975400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/946fd8d2-c1a8-46e7-9c3a-06c1ed6a9aff/38203975400-250.jpg",
    "song": "Tuesday Afternoon",
    "track_id": null,
    "recording_id": "51580d86-3f9b-4169-a2fe-e7ef7adc61b1",
    "artist": "Twelve Cubic Feet",
    "artist_ids": [
        "e0daad3e-d752-4795-82f1-6ebbbb826602"
    ],
    "album": "Straight Out the Fridge",
    "release_id": null,
    "release_group_id": "834572fd-96ad-4190-8f09-0387ec4b6e09",
    "labels": [
        "Namedrop Records"
    ],
    "label_ids": [
        "3293e8bc-5dd8-4ad8-bb4a-d6532c40f1f2"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed from the ashes of Exhibit A in the Spring of 1981 the band disappeared leaving no trace shortly after 1983. During their brief existence they released a series of stickers, a monthly newsletter, two cassette tapes and their incomparable Straight Out Of The Fridge 10”, which has been reissued on Sealed Records.\n\nhttps://sealedrecords2.bandcamp.com/album/straight-out-the-fridge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}