Information about plays

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

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

{
    "id": 3568744,
    "uri": "https://api.kexp.org/v2/plays/3568744/?format=api",
    "airdate": "2025-10-23T02:13:19-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "https://coverartarchive.org/release/98ee65ee-d232-4684-8044-3ccdb3c884b5/7046518049-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98ee65ee-d232-4684-8044-3ccdb3c884b5/7046518049-250.jpg",
    "song": "Military Cut (instrumental)",
    "track_id": null,
    "recording_id": "621cef05-fc6e-4d82-a1a5-c913c09525c6",
    "artist": "Grand Wizard Theodore",
    "artist_ids": [
        "ebcc5d0d-5ee1-486d-b465-5f05afdd4f6d"
    ],
    "album": "Wild Style",
    "release_id": null,
    "release_group_id": "15b8c110-eff1-3d59-b00f-3510e9931c07",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Instrumental by Chris Stein of Blondie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}