Information about plays

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

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

{
    "id": 3607911,
    "uri": "https://api.kexp.org/v2/plays/3607911/?format=api",
    "airdate": "2026-01-23T04:23:03-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://coverartarchive.org/release/0124da4b-810e-42dc-bc21-2937eb340a15/10640643036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0124da4b-810e-42dc-bc21-2937eb340a15/10640643036-250.jpg",
    "song": "Streiht Up Menace",
    "track_id": null,
    "recording_id": "98809665-8235-47a9-a91c-31b4bbdfaf00",
    "artist": "MC Eiht",
    "artist_ids": [
        "103555b8-ae47-4e99-8fc3-e31bdfd7854e"
    ],
    "album": "Menace II Society: The Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "51dd21cb-592f-3e74-8293-8ee036989c88",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}