Information about plays

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

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

{
    "id": 3500426,
    "uri": "https://api.kexp.org/v2/plays/3500426/?format=api",
    "airdate": "2025-05-12T13:22:41-07:00",
    "show": 63443,
    "show_uri": "https://api.kexp.org/v2/shows/63443/?format=api",
    "image_uri": "https://ia801400.us.archive.org/10/items/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5-14004748595_thumb500.jpg",
    "thumbnail_uri": "https://ia601400.us.archive.org/10/items/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5-14004748595_thumb250.jpg",
    "song": "Light My Fire (live)",
    "track_id": "ab5f15e7-fdbb-3aa8-92b7-f504f513c048",
    "recording_id": "4d7ea37f-6300-4606-ac08-5107fb541f58",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Protection",
    "release_id": "07832b54-8266-47d5-bb0e-62c7f2cf5da5",
    "release_group_id": "ded46e46-788d-3c1f-b21b-9f5e9c37b1bc",
    "labels": [
        "Virgin",
        "Wild Bunch Records"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "b757080f-b10d-49dd-9d7d-ae723112710a"
    ],
    "release_date": "1995-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Massive Attack cover The Doors' classic \"Light My Fire\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}