Information about plays

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

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

{
    "id": 3596442,
    "uri": "https://api.kexp.org/v2/plays/3596442/?format=api",
    "airdate": "2025-12-26T20:38:47-08:00",
    "show": 65481,
    "show_uri": "https://api.kexp.org/v2/shows/65481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bassa Bassa",
    "track_id": null,
    "recording_id": "645b08e1-beaa-4c67-9a18-1100c7194392",
    "artist": "Jembaa Groove",
    "artist_ids": [
        "9a6737a8-13f4-4f1d-8ec9-d1f5d597e2f5"
    ],
    "album": "Susuma",
    "release_id": null,
    "release_group_id": "1f1cfd35-4eb7-4008-8a6a-4087ad97c736",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I think your live session with Jemba was one of the best this year, thank you for all the good vibes Lace!\" Jazmin in DC\n\nhttps://www.youtube.com/watch?v=TZpdxIrUK9w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}