Information about plays

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

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

{
    "id": 3645181,
    "uri": "https://api.kexp.org/v2/plays/3645181/?format=api",
    "airdate": "2026-04-22T03:19:27-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://dn721202.ca.archive.org/0/items/mbid-0dfcd3ae-8110-4e35-b645-006c71d529bf/mbid-0dfcd3ae-8110-4e35-b645-006c71d529bf-41806335092_thumb500.jpg",
    "thumbnail_uri": "https://dn721202.ca.archive.org/0/items/mbid-0dfcd3ae-8110-4e35-b645-006c71d529bf/mbid-0dfcd3ae-8110-4e35-b645-006c71d529bf-41806335092_thumb250.jpg",
    "song": "DOLLAR menu",
    "track_id": "631b1a60-7b16-4c01-b51d-de5c3ebcf2f5",
    "recording_id": "f695e5be-76fd-4ebc-be81-45b00eb444ea",
    "artist": "Ray Vaughn",
    "artist_ids": [
        "a9dd15ac-c1bf-4c11-925c-c5a68635d0f2"
    ],
    "album": "The Good The Bad The Dollar Menu",
    "release_id": "0dfcd3ae-8110-4e35-b645-006c71d529bf",
    "release_group_id": "6aa01890-66bf-4aa7-9181-049a0ea48ec3",
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}