Information about plays

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

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

{
    "id": 3621819,
    "uri": "https://api.kexp.org/v2/plays/3621819/?format=api",
    "airdate": "2026-02-24T19:22:09-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Djougou Toro",
    "track_id": null,
    "recording_id": "9f99e1f5-63e4-4700-81af-e7998fa85a18",
    "artist": "Volta Jazz",
    "artist_ids": [
        "de80b212-9109-427a-a121-fc7dd5a481e1"
    ],
    "album": "Air Volta",
    "release_id": null,
    "release_group_id": "5cebebd0-46c3-4914-a6d4-c6c56901c1ab",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2022-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "West Africa\n\nCombining Congolese rhumba, American R&B, French yé-yé, Cuban son, and regional Senufo and Mandingo traditions, Orchestre Volta Jazz was at the epicenter of the West African musical explosion of the '60s and '70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}