Information about plays

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

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

{
    "id": 3543479,
    "uri": "https://api.kexp.org/v2/plays/3543479/?format=api",
    "airdate": "2025-08-22T21:35:09-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a08a7ce-4621-42c7-b85c-a7eea4d041df/31214891491-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a08a7ce-4621-42c7-b85c-a7eea4d041df/31214891491-250.jpg",
    "song": "Noko Hewon",
    "track_id": null,
    "recording_id": "a96b5add-c7fa-4964-9b26-855c3bf3ea23",
    "artist": "Afrik Bawantu",
    "artist_ids": [
        "a7999799-cafe-43ea-82fc-16ccffa75aed"
    ],
    "album": "Life On The Street",
    "release_id": null,
    "release_group_id": "f78fd51b-3d43-4f86-ba8e-961449976b32",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Afrik Bawantu is a London-based, multi-national band led by Ghanaian percussionist, vocalist, and dancer Afla Sackey. They are known for their vibrant Afro-funk, Afro-jazz, and highlife fusion sound, characterized by Sackey's drumming, driving bass lines, and powerful brass sections. The band features a diverse lineup of musicians from various backgrounds and has performed at major festivals across the UK and Europe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}