Information about plays

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

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

{
    "id": 3500299,
    "uri": "https://api.kexp.org/v2/plays/3500299/?format=api",
    "airdate": "2025-05-12T05:49:41-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://ia600500.us.archive.org/13/items/mbid-f1ea7cd8-167d-49cc-b037-20f51c9e9627/mbid-f1ea7cd8-167d-49cc-b037-20f51c9e9627-41663030098_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/13/items/mbid-f1ea7cd8-167d-49cc-b037-20f51c9e9627/mbid-f1ea7cd8-167d-49cc-b037-20f51c9e9627-41663030098_thumb250.jpg",
    "song": "Fire and Brimstone",
    "track_id": "71803cd8-a81f-4dc7-8fc4-9d289c98ea16",
    "recording_id": "60dfa375-ae5b-4831-a5cf-21374cedff7e",
    "artist": "Death Valley Girls",
    "artist_ids": [
        "987c6ccf-d4c5-4f23-938a-c0a21782803d"
    ],
    "album": "Sisters of the Moon b/w Fire and Brimstone",
    "release_id": "f1ea7cd8-167d-49cc-b037-20f51c9e9627",
    "release_group_id": "76b67d9b-38f6-424e-8cde-c1a6ac8851c8",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2025-04-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death Valley Girls perform \"Fire and Brimstone\" a cover of the legendary Shawnee icon, Link Wray.\n\nhttps://deathvalleygirls.bandcamp.com/album/sisters-of-the-moon-b-w-fire-and-brimstone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}