Information about plays

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

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

{
    "id": 3574520,
    "uri": "https://api.kexp.org/v2/plays/3574520/?format=api",
    "airdate": "2025-11-06T00:48:53-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://ia902801.us.archive.org/34/items/mbid-ddeda9cf-138a-4fa3-b9cd-f32e375d3c7c/mbid-ddeda9cf-138a-4fa3-b9cd-f32e375d3c7c-6180195091_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/34/items/mbid-ddeda9cf-138a-4fa3-b9cd-f32e375d3c7c/mbid-ddeda9cf-138a-4fa3-b9cd-f32e375d3c7c-6180195091_thumb250.jpg",
    "song": "Drop Out",
    "track_id": "7ca77cf9-b9b5-4247-a20f-d9abe6ce19f5",
    "recording_id": "7660eedb-738b-44c4-94e2-1ce8257c6f0d",
    "artist": "The Beasts of Bourbon",
    "artist_ids": [
        "982acced-1491-48e6-ae7f-1c52295a5591"
    ],
    "album": "The Axeman's Jazz",
    "release_id": "24415d1c-6e0e-46d3-95aa-69eb30d5f2f5",
    "release_group_id": "4360a2a6-14b7-3867-9a35-9d985773acc9",
    "labels": [
        "Big Time Records"
    ],
    "label_ids": [
        "d6998776-9657-4c3e-86aa-a1570df1eb6b"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}