Information about plays

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

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

{
    "id": 3547978,
    "uri": "https://api.kexp.org/v2/plays/3547978/?format=api",
    "airdate": "2025-09-02T12:22:00-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia800803.us.archive.org/15/items/mbid-a50a1d1e-543b-4aed-910f-06ec9809060c/mbid-a50a1d1e-543b-4aed-910f-06ec9809060c-40474255148_thumb500.jpg",
    "thumbnail_uri": "https://ia600803.us.archive.org/15/items/mbid-a50a1d1e-543b-4aed-910f-06ec9809060c/mbid-a50a1d1e-543b-4aed-910f-06ec9809060c-40474255148_thumb250.jpg",
    "song": "Peace Song",
    "track_id": "dbc3ef1c-2ebb-445f-a2b8-75267054587d",
    "recording_id": "7908a3a7-66f7-4160-b1d1-bff397d8b3f7",
    "artist": "Fat Dog",
    "artist_ids": [
        "8b16f1e6-d960-432b-92d1-70fc3e61176d"
    ],
    "album": "Peace Song",
    "release_id": "a50a1d1e-543b-4aed-910f-06ec9809060c",
    "release_group_id": "dd667d2c-4cb3-4cf8-a177-b2d943a7f340",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2024-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FAt Dog is playing SF's Rickshaw Stop tomorrow night, Wednesday, September 3rd.\n--\nWatch their fine live performance in the KEXP studio last October: https://www.youtube.com/watch?v=1EErJLJ3rEA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}