Information about plays

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

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

{
    "id": 3601096,
    "uri": "https://api.kexp.org/v2/plays/3601096/?format=api",
    "airdate": "2026-01-06T17:45:29-08:00",
    "show": 65581,
    "show_uri": "https://api.kexp.org/v2/shows/65581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep the Car on the Road",
    "track_id": "9dabd9b2-5a88-451f-9b18-ba9408074d61",
    "recording_id": "59502a36-1bfe-4739-8819-9b684b5cdb69",
    "artist": "Cataldo",
    "artist_ids": [
        "009b187f-4be9-43f9-aff4-3c1aa02cf039"
    ],
    "album": "Two Way Mirror",
    "release_id": "f641c16c-2581-4e07-a908-a67bc6d9b1b8",
    "release_group_id": "f119884c-623c-4214-bed7-2e8583611e0b",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "2025 release from Seattle's Cataldo. \nhttps://cataldo.bandcamp.com/album/two-way-mirror",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}