Information about plays

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

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

{
    "id": 3536919,
    "uri": "https://api.kexp.org/v2/plays/3536919/?format=api",
    "airdate": "2025-08-07T02:45:42-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/d06fe934-8560-4818-9d74-cd02a34b2c56/11134793260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d06fe934-8560-4818-9d74-cd02a34b2c56/11134793260-250.jpg",
    "song": "New Forms",
    "track_id": null,
    "recording_id": "1c432d2e-89f4-415a-a1f7-387afbe75c25",
    "artist": "Roni Size / Reprazent",
    "artist_ids": [
        "45e00f0f-f52b-4db8-a480-cf87b71c4800"
    ],
    "album": "New Forms",
    "release_id": null,
    "release_group_id": "70fe8c14-6a76-33d5-a4f4-e2cb5556611f",
    "labels": [
        "Talkin’ Loud"
    ],
    "label_ids": [
        "df638e26-3c8b-434e-9d54-8f83e9e66d54"
    ],
    "release_date": "1997-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Philadelphia rapper Bahamadia.\n\nhttps://store.pias.com/release/401818-roni-size-reprazent-new-forms-20th-anniversary-edition?overrideCurrency=GBP&format=",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}