Information about plays

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

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

{
    "id": 3634081,
    "uri": "https://api.kexp.org/v2/plays/3634081/?format=api",
    "airdate": "2026-03-27T00:56:50-07:00",
    "show": 66288,
    "show_uri": "https://api.kexp.org/v2/shows/66288/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f6efb6b-3809-4d24-a760-431f90180048/40778492987-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f6efb6b-3809-4d24-a760-431f90180048/40778492987-250.jpg",
    "song": "If This World Were Mine",
    "track_id": null,
    "recording_id": "55a82dfb-798b-4ddd-a603-9a39aef45a9c",
    "artist": "Cheryl Lynn with Luther Vandross",
    "artist_ids": [
        "c2b8f775-455c-44c3-97ca-f377938da19e",
        "816d9b5d-eaf9-4a97-b5f7-6e82cd01aafe"
    ],
    "album": "If This World Were Mine",
    "release_id": null,
    "release_group_id": "7c2159c4-58a4-4537-9d70-d98ba7e8c046",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}