Information about plays

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

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

{
    "id": 3572545,
    "uri": "https://api.kexp.org/v2/plays/3572545/?format=api",
    "airdate": "2025-11-01T10:00:50-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fisherman",
    "track_id": null,
    "recording_id": "05add25f-438c-4878-bc62-d0740202f516",
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Heart of the Congos",
    "release_id": null,
    "release_group_id": "1543cae7-b7c8-36d4-a43b-931216846b0f",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Mae who's a little under the weather today! Hope you feel better\n\nProduced by the late great Lee \"Scratch\" Perry -- RIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}