Information about plays

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

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

{
    "id": 3612773,
    "uri": "https://api.kexp.org/v2/plays/3612773/?format=api",
    "airdate": "2026-02-03T16:58:15-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-c605cafa-07e1-3b23-9101-b12d4d85019d/mbid-c605cafa-07e1-3b23-9101-b12d4d85019d-15217549579_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-c605cafa-07e1-3b23-9101-b12d4d85019d/mbid-c605cafa-07e1-3b23-9101-b12d4d85019d-15217549579_thumb250.jpg",
    "song": "Scuttle Buttin’",
    "track_id": "b10b7db4-82c8-3cbc-b0c8-df754e40ac7c",
    "recording_id": "b40c8694-5b9e-4166-8a7e-a4d87f62a090",
    "artist": "Stevie Ray Vaughan and Double Trouble",
    "artist_ids": [
        "e3c8b0c8-3fa0-464b-b1f5-119cb52d3817"
    ],
    "album": "Couldn’t Stand the Weather",
    "release_id": "7abb04ff-11a1-45ab-9bb6-a4b15ba79c71",
    "release_group_id": "3544b7c3-d9f9-3f3a-9af9-43d29ba3d799",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Couldn't Stand the Weather' was the second studio album by Stevie Ray Vaughn and Double Trouble - released in 1984!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}