Information about plays

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

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

{
    "id": 3564571,
    "uri": "https://api.kexp.org/v2/plays/3564571/?format=api",
    "airdate": "2025-10-13T13:11:42-07:00",
    "show": 64826,
    "show_uri": "https://api.kexp.org/v2/shows/64826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nafwaya Fwaya",
    "track_id": null,
    "recording_id": null,
    "artist": "Alick Nkhata",
    "artist_ids": [
        "38530867-8ed0-406b-a824-11eae7bb0dcb"
    ],
    "album": "Radio Lusaka",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mississippi Records"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zambian musician Alick Nkhata is known for blending traditional African music with other genres. This particular song is described as a \"lonesome country lament\" with roots in the folk and world music genres. The title is also the name of a 2025 album featuring this track.\n\nVisit https://mississippirecords.bandcamp.com to hear more :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}