Information about plays

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

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

{
    "id": 3633150,
    "uri": "https://api.kexp.org/v2/plays/3633150/?format=api",
    "airdate": "2026-03-24T14:46:30-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-7561bda6-7517-49ff-b8ed-ed4675dbb8b7/mbid-7561bda6-7517-49ff-b8ed-ed4675dbb8b7-31879323063_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-7561bda6-7517-49ff-b8ed-ed4675dbb8b7/mbid-7561bda6-7517-49ff-b8ed-ed4675dbb8b7-31879323063_thumb250.jpg",
    "song": "Rolling Stone",
    "track_id": "db921459-de08-3816-9b2a-c84fd6012b2e",
    "recording_id": "69c9b658-d628-45e7-9390-9cae79eb123c",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "One Love at Studio One 1964-1966",
    "release_id": "7561bda6-7517-49ff-b8ed-ed4675dbb8b7",
    "release_group_id": "f1f2d904-cc4a-3ccd-ba6a-dd0c69c84ecd",
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2006-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also recorded at studio one!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}