Information about plays

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

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

{
    "id": 3586011,
    "uri": "https://api.kexp.org/v2/plays/3586011/?format=api",
    "airdate": "2025-12-02T21:32:43-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jeun Ko Ku (Chop ’n’ Quench)",
    "track_id": "3e81f9c8-f0ed-4434-b45c-7be5b7727810",
    "recording_id": "35ff92f0-d8eb-4fc6-a4dc-1e395bd1f748",
    "artist": "Fela Kuti & Africa 70",
    "artist_ids": [
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced",
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "Nigeria 70: The Definitive Story of 1970s Funky Lagos",
    "release_id": "516f03d3-d532-40e0-8616-7b8fb0944f68",
    "release_group_id": "612bb7cf-a210-4f6a-9913-a98868225b12",
    "labels": [
        "Strut Records"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The groundbreaking Nigeria 70 compilation series from Strut.\nOriginally released in 2001, the first volume of Nigeria 70 was the first compilation of its kind to explore in depth the fertile music scene in Lagos as domestic artists mixed highlife and traditional rhythms with soul, funk, rock and jazz.\n3 further volumes followed, exploring the far corners of original Afrobeat, juju, funk and soul.\n\nMore here: https://tinyurl.com/3na3d6yk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}