Information about plays

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

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

{
    "id": 3595239,
    "uri": "https://api.kexp.org/v2/plays/3595239/?format=api",
    "airdate": "2025-12-24T06:30:36-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Blizzard",
    "track_id": "8f60c096-58b6-40d6-9ea2-288160b8f2d1",
    "recording_id": "e990871d-ad82-40a4-ab89-eb166a369d25",
    "artist": "Camera Obscura",
    "artist_ids": [
        "94219793-a46b-4c39-9397-e05ad633f32d"
    ],
    "album": "The Blizzard",
    "release_id": "1beef121-5f8c-4a5c-95e1-ff3ad8d3b0af",
    "release_group_id": "48a066c8-d858-476b-ae0f-17400ed79a19",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Camera Obscura released their cover of the Jim Reeves 1964 Christmas classic, 'The Blizzard', on December 7, 2009. https://cameraobscuramusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}