Information about plays

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

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

{
    "id": 3610047,
    "uri": "https://api.kexp.org/v2/plays/3610047/?format=api",
    "airdate": "2026-01-28T03:45:13-08:00",
    "show": 65774,
    "show_uri": "https://api.kexp.org/v2/shows/65774/?format=api",
    "image_uri": "https://coverartarchive.org/release/66a32da1-ce51-4f06-900e-1a1f13b18cef/3978876533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66a32da1-ce51-4f06-900e-1a1f13b18cef/3978876533-250.jpg",
    "song": "Human Being",
    "track_id": null,
    "recording_id": "8b74e4aa-7130-4372-8d37-fa2be9644b6b",
    "artist": "New York Dolls",
    "artist_ids": [
        "1b96b9c9-0832-40cb-9f8d-7274de3733fc"
    ],
    "album": "Too Much Too Soon",
    "release_id": null,
    "release_group_id": "797f5c2f-d2ce-3b97-a761-0a946816d792",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1974-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}