Information about plays

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

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

{
    "id": 3594704,
    "uri": "https://api.kexp.org/v2/plays/3594704/?format=api",
    "airdate": "2025-12-23T02:16:52-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "https://coverartarchive.org/release/13f8ebf4-1b58-4ca6-9060-056132e8d274/9391398637-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/13f8ebf4-1b58-4ca6-9060-056132e8d274/9391398637-250.jpg",
    "song": "A Winter’s Tale",
    "track_id": null,
    "recording_id": "c098c198-3cce-4bad-9087-77ba900a7e41",
    "artist": "AFI",
    "artist_ids": [
        "1c3919b2-43ca-4a4a-935d-9d50135ec0ef"
    ],
    "album": "The Days of the Phoenix E.P.",
    "release_id": null,
    "release_group_id": "32f2a83e-34e1-3116-8638-83289d93d6a4",
    "labels": [
        "Nitro Records"
    ],
    "label_ids": [
        "b55a1e80-a07b-4643-af0d-17f037a5f1ce"
    ],
    "release_date": "2001-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Jeff D!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}