Information about plays

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

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

{
    "id": 3595181,
    "uri": "https://api.kexp.org/v2/plays/3595181/?format=api",
    "airdate": "2025-12-24T03:19:43-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady December",
    "track_id": "c917612d-ddba-33d2-879c-6bc3760d6786",
    "recording_id": "bdc777b6-6021-4de2-a44a-78306e351b75",
    "artist": "The Concretes",
    "artist_ids": [
        "11b1a7c4-3a48-43f8-9d57-6a81fdd1eeba"
    ],
    "album": "Layourbattleaxedown",
    "release_id": "a2448d17-f3f6-4cc9-9131-69dd39a51c46",
    "release_group_id": "b1dabab6-772c-3334-b48f-a237d0238428",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Concretes were a Swedish indie pop band from Stockholm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}