Information about plays

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

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

{
    "id": 3578833,
    "uri": "https://api.kexp.org/v2/plays/3578833/?format=api",
    "airdate": "2025-11-16T04:16:30-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-b1617aad-8c1e-486e-92ce-3f4da5422311/mbid-b1617aad-8c1e-486e-92ce-3f4da5422311-38153130902_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-b1617aad-8c1e-486e-92ce-3f4da5422311/mbid-b1617aad-8c1e-486e-92ce-3f4da5422311-38153130902_thumb250.jpg",
    "song": "Bag of Hammers",
    "track_id": "ae15bc18-f016-3acb-b377-4939840161b4",
    "recording_id": "0d34421a-d653-4aad-bb98-c105293c2158",
    "artist": "Thao",
    "artist_ids": [
        "27ab1ef7-7f44-4900-b963-0efe97d74a40"
    ],
    "album": "We Brave Bee Stings and All",
    "release_id": "e49dc523-9e1f-4b86-a310-4a761d9476dc",
    "release_group_id": "f15a9073-c9d5-36fe-9fd9-6c8235181e0e",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2008-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}