Information about plays

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

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

{
    "id": 3520261,
    "uri": "https://api.kexp.org/v2/plays/3520261/?format=api",
    "airdate": "2025-06-29T04:43:24-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia800605.us.archive.org/32/items/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a-8587070412_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/32/items/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a-8587070412_thumb250.jpg",
    "song": "Not Your Bottle",
    "track_id": "072e37cb-0b34-3436-a10f-be4440222f46",
    "recording_id": "b8b201f8-d04e-4e8f-a970-467ed944f6d4",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Dandys Rule OK",
    "release_id": "44d2ff86-84a0-4669-b161-cc41c4bdee8a",
    "release_group_id": "184ddc03-50fc-3517-b351-7275c538771c",
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": "1995-04-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}