Information about plays

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

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

{
    "id": 3572354,
    "uri": "https://api.kexp.org/v2/plays/3572354/?format=api",
    "airdate": "2025-10-31T21:35:38-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "https://coverartarchive.org/release/92f24aa4-a64e-4e60-971f-4c1f9a04b8b6/34362951936-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92f24aa4-a64e-4e60-971f-4c1f9a04b8b6/34362951936-250.jpg",
    "song": "Banyana Ke Bafana",
    "track_id": null,
    "recording_id": "09d7aea0-5411-468c-ac04-7dd3c0af39e6",
    "artist": "Pabi Cooper, Focalistic & Ch’cco feat. LuuDadeejay & Nobantu Vilakazi",
    "artist_ids": [
        "1f21b4a9-df91-4433-8dad-b2ab8f86978a",
        "d7eed624-354d-4fb1-8b34-473c96a0cfa9",
        "5e193f0d-34db-41f1-ae0a-16c6a1b759a7",
        "978e1a3f-bb39-4273-bb7b-d51817a06028",
        "e11da266-ad7c-40ef-94c2-e7f1af129ba7"
    ],
    "album": "Cooperville",
    "release_id": null,
    "release_group_id": "65d2c751-e534-4364-a777-6c331e989a0c",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "PABI!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}