Information about plays

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

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

{
    "id": 3572249,
    "uri": "https://api.kexp.org/v2/plays/3572249/?format=api",
    "airdate": "2025-10-31T14:49:55-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia600800.us.archive.org/11/items/mbid-82f77035-9ecd-45bc-b5f6-d2a7bae0397e/mbid-82f77035-9ecd-45bc-b5f6-d2a7bae0397e-1223286991_thumb500.jpg",
    "thumbnail_uri": "https://ia800800.us.archive.org/11/items/mbid-82f77035-9ecd-45bc-b5f6-d2a7bae0397e/mbid-82f77035-9ecd-45bc-b5f6-d2a7bae0397e-1223286991_thumb250.jpg",
    "song": "Boris the Spider",
    "track_id": "d9574429-6b84-3cc1-ac15-cf20430f04c5",
    "recording_id": "b5f80bc5-e579-4945-bac5-ec8850908273",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "A Quick One",
    "release_id": "82f77035-9ecd-45bc-b5f6-d2a7bae0397e",
    "release_group_id": "475af630-84df-3243-9888-c03c67d54d1a",
    "labels": [
        "Reaction"
    ],
    "label_ids": [
        "cc7cb71c-d8da-45d7-b741-0360cdf5f0fe"
    ],
    "release_date": "1966-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to N in Northgate!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}