Information about plays

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

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

{
    "id": 3562603,
    "uri": "https://api.kexp.org/v2/plays/3562603/?format=api",
    "airdate": "2025-10-08T06:31:10-07:00",
    "show": 64777,
    "show_uri": "https://api.kexp.org/v2/shows/64777/?format=api",
    "image_uri": "https://ia801507.us.archive.org/11/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/11/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb250.jpg",
    "song": "Family Affair",
    "track_id": "312466a4-fd6e-3a0e-8dfd-8114229e796c",
    "recording_id": "e007b469-f424-490b-b3f2-ff21f12d1989",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "There's a Riot Goin' On",
    "release_id": "f515129c-e02b-4ff6-af1a-aa8e1a081ea8",
    "release_group_id": "d8b8448a-2634-3e92-ac86-cf55e018f825",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1971-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#365 Favorite Album of All Time - Sly & the Family Stone - There's a Riot Goin' On",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}