Information about plays

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

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

{
    "id": 3546579,
    "uri": "https://api.kexp.org/v2/plays/3546579/?format=api",
    "airdate": "2025-08-30T04:51:58-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia801602.us.archive.org/6/items/mbid-f606e6e1-203d-43f4-9fc7-cbf3acde2943/mbid-f606e6e1-203d-43f4-9fc7-cbf3acde2943-35794379243_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-f606e6e1-203d-43f4-9fc7-cbf3acde2943/mbid-f606e6e1-203d-43f4-9fc7-cbf3acde2943-35794379243_thumb250.jpg",
    "song": "I Ain't Afraid",
    "track_id": "a23017dd-fde4-3c71-acb3-52547475be54",
    "recording_id": "1fb2ac12-b7ab-4d59-b7a4-16001ac687b3",
    "artist": "The Klezmatics",
    "artist_ids": [
        "af6c7228-bcc2-42a5-9129-42071bacd43e"
    ],
    "album": "Rise Up! - Shteyt oyf!",
    "release_id": "f606e6e1-203d-43f4-9fc7-cbf3acde2943",
    "release_group_id": "89e1c397-0633-37cf-95e2-c4a93c5dfb72",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}