Information about plays

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

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

{
    "id": 3561388,
    "uri": "https://api.kexp.org/v2/plays/3561388/?format=api",
    "airdate": "2025-10-04T21:26:22-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cannot Calm Down",
    "track_id": null,
    "recording_id": "995fea77-4611-495d-adbc-ff6bdd7e4825",
    "artist": "SEDATIVES",
    "artist_ids": [
        "b7504911-542d-4675-bdae-1b9e2e5e8394"
    ],
    "album": "Sedatives",
    "release_id": null,
    "release_group_id": "8201f078-0883-4af0-91e9-b89a86c938a4",
    "labels": [
        "Deranged Records"
    ],
    "label_ids": [
        "0a2067a3-cdad-4283-9642-f3f63c9f01d3"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SEDATIVES were from Ottawa, Ontario and featured members of Black Tower, Buried Inside, and The New Calling.\n\nhttps://sedatives.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}