Information about plays

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

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

{
    "id": 3578761,
    "uri": "https://api.kexp.org/v2/plays/3578761/?format=api",
    "airdate": "2025-11-15T23:53:56-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/c82e1d1d-ef83-4a07-9ed0-f944837a7e39/21920519412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c82e1d1d-ef83-4a07-9ed0-f944837a7e39/21920519412-250.jpg",
    "song": "Crazy Horses",
    "track_id": null,
    "recording_id": "d18d6d0d-3cbf-4bb4-b73a-412e4ea8ec65",
    "artist": "Osmonds",
    "artist_ids": [
        "be96eda1-7e36-44f6-affe-80780400fae0"
    ],
    "album": "Crazy Horses",
    "release_id": null,
    "release_group_id": "9f847d4c-1221-3c8f-b6ea-f59ff8499fbf",
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Osmonds metal! Merrill was the lead singer on most songs as he was the lead singer for the Osmonds. Jay was the lead on Crazy Horses with Alan, Wayne and Donny each taking a portions of the lead vocals on some of the songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}