Information about plays

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

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

{
    "id": 3596002,
    "uri": "https://api.kexp.org/v2/plays/3596002/?format=api",
    "airdate": "2025-12-25T21:02:30-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cardboard Pile",
    "track_id": "b53032d3-1e40-40de-b9cf-099f918f1a64",
    "recording_id": "0a0e5559-ffdd-4712-a09a-6f84284fbcaf",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Kumoyo Island",
    "release_id": "fb7f6f48-f031-45d3-b251-d37d817de545",
    "release_group_id": "b9a6d3d3-e308-4d87-9b9b-6f33c655a41c",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2022-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "9pm on Christmas day. I'm pretty sure we've all got a cardboard pile somewhere in our house right now.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}