Information about plays

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

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

{
    "id": 3611213,
    "uri": "https://api.kexp.org/v2/plays/3611213/?format=api",
    "airdate": "2026-01-31T00:05:10-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nowhere To Run, Nowhere To Hide",
    "track_id": null,
    "recording_id": "970b5d57-b5ad-42ba-82f9-bf74404f7177",
    "artist": "Gravediggaz",
    "artist_ids": [
        "7010fbf2-cbfd-4625-b0ef-a7efb9285320"
    ],
    "album": "6 Feet Deep",
    "release_id": null,
    "release_group_id": "d6f1ef7d-64e1-39fc-be5b-f2d57afa3a45",
    "labels": [
        "eOne"
    ],
    "label_ids": [
        "0cf0efc2-9453-4513-a54e-c4d64e2a258c"
    ],
    "release_date": "1994-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Nicholas!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}