Information about plays

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

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

{
    "id": 3611366,
    "uri": "https://api.kexp.org/v2/plays/3611366/?format=api",
    "airdate": "2026-01-31T09:28:23-08:00",
    "show": 65803,
    "show_uri": "https://api.kexp.org/v2/shows/65803/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Liberated Woman",
    "track_id": null,
    "recording_id": "ff85ad21-3994-46a7-bef9-150623ad2c5a",
    "artist": "Ranking Ann",
    "artist_ids": [
        "b383756f-8274-4304-aefb-2d38a67de884"
    ],
    "album": "A Slice of English Toast",
    "release_id": null,
    "release_group_id": "e4a4be9d-3ef7-44bc-9247-e48bc72f7d21",
    "labels": [
        "Ariwa"
    ],
    "label_ids": [
        "0ca1ab85-fd00-4a75-833a-b20e69501542"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}