Information about plays

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

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

{
    "id": 3575007,
    "uri": "https://api.kexp.org/v2/plays/3575007/?format=api",
    "airdate": "2025-11-07T05:52:49-08:00",
    "show": 65043,
    "show_uri": "https://api.kexp.org/v2/shows/65043/?format=api",
    "image_uri": "https://ia601208.us.archive.org/15/items/mbid-3a06e217-cd53-3cc8-bda8-d35752f425d8/mbid-3a06e217-cd53-3cc8-bda8-d35752f425d8-10901944994_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/15/items/mbid-3a06e217-cd53-3cc8-bda8-d35752f425d8/mbid-3a06e217-cd53-3cc8-bda8-d35752f425d8-10901944994_thumb250.jpg",
    "song": "A Case of You",
    "track_id": "7a09a288-cbb1-340d-bdb1-3a10b45f3b34",
    "recording_id": "f57d435b-d58c-4223-b99a-189e38c53923",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Blue",
    "release_id": "3a06e217-cd53-3cc8-bda8-d35752f425d8",
    "release_group_id": "42d725fb-a8b7-388c-8866-3b02789af326",
    "labels": [
        "DCC Compact Classics"
    ],
    "label_ids": [
        "b1fe170d-0ac1-4d7a-b7e3-318c2426d5c4"
    ],
    "release_date": "1999-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born OTD in 1943, Joni Mitchell (born Roberta Joan Anderson), Canadian singer-songwriter, painter. Happy 82 Joni!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}