Information about plays

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

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

{
    "id": 3596091,
    "uri": "https://api.kexp.org/v2/plays/3596091/?format=api",
    "airdate": "2025-12-26T02:43:50-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "https://coverartarchive.org/release/317fc4d1-b805-49fd-9058-3068e28ddcce/3371102410-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/317fc4d1-b805-49fd-9058-3068e28ddcce/3371102410-250.jpg",
    "song": "Southbound",
    "track_id": null,
    "recording_id": "36d376a4-1092-4f85-a497-45dc573cd9c9",
    "artist": "Ben Caplan",
    "artist_ids": [
        "5caafbc8-2a57-4751-9e63-2f72469c56b6"
    ],
    "album": "In the Time of the Great Remembering",
    "release_id": null,
    "release_group_id": "deb08635-0f11-4b87-b211-66479b61385f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to the 425!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}