Information about plays

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

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

{
    "id": 3548477,
    "uri": "https://api.kexp.org/v2/plays/3548477/?format=api",
    "airdate": "2025-09-03T15:23:16-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia802802.us.archive.org/1/items/mbid-9b946204-9884-3e5e-83de-b163588dd1c0/mbid-9b946204-9884-3e5e-83de-b163588dd1c0-20790549747_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/1/items/mbid-9b946204-9884-3e5e-83de-b163588dd1c0/mbid-9b946204-9884-3e5e-83de-b163588dd1c0-20790549747_thumb250.jpg",
    "song": "I’ll Come Running",
    "track_id": "3da924cf-d300-3810-89e7-6d3795e22fb0",
    "recording_id": "9d022130-b6ef-44f4-936b-e1b1990d76d8",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Another Green World",
    "release_id": "9b946204-9884-3e5e-83de-b163588dd1c0",
    "release_group_id": "7d5a684e-73a3-325c-a59c-34c9a941d8d6",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“You’ll see, one day these dreams will pull you through my door/And I’ll come running to tie your shoe.”\n\nThis track features a terrific guitar solo from Robert Fripp.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}