Information about plays

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

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

{
    "id": 3552913,
    "uri": "https://api.kexp.org/v2/plays/3552913/?format=api",
    "airdate": "2025-09-14T10:01:29-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb47ab96-5351-42e6-a892-4c2b4ad0a1ba/35069410488-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb47ab96-5351-42e6-a892-4c2b4ad0a1ba/35069410488-250.jpg",
    "song": "Undertaker Blues",
    "track_id": null,
    "recording_id": "90d591f5-065f-45cd-8252-5b8621879e4b",
    "artist": "Nat Myers",
    "artist_ids": [
        "3df37b59-161c-4a82-b76b-a5b9b69bdf1c"
    ],
    "album": "Yellow Peril",
    "release_id": null,
    "release_group_id": "b4bde39d-2eab-4cb4-a95f-5a40fca13acb",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2023-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Korean-American poet was busking in New York and uploading performances to YouTube when Dan Auerbach found him and invited him to record an album at his studio in Nashville.\nhttps://natmyers.bandcamp.com/album/yellow-peril",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}