Information about plays

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

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

{
    "id": 3519468,
    "uri": "https://api.kexp.org/v2/plays/3519468/?format=api",
    "airdate": "2025-06-27T09:48:17-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://ia601206.us.archive.org/32/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/32/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb250.jpg",
    "song": "Waiting Room",
    "track_id": "55b9be96-bc9a-3a1c-922c-89d0779f1b61",
    "recording_id": "830579c6-f62d-4b78-95a6-5290600045d9",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "13 Songs",
    "release_id": "5f692216-1932-4cfa-ad6e-0e3c2304579f",
    "release_group_id": "e65e574d-6129-3798-84d9-5952876ad210",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1989-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That wonderful bass line is from Joe Lally. \n--\nSee a bass teacher react to hearing \"Waiting Room\" for the first time: https://www.youtube.com/watch?v=j-NHXyekSiw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}