Information about plays

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

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

{
    "id": 3624955,
    "uri": "https://api.kexp.org/v2/plays/3624955/?format=api",
    "airdate": "2026-03-03T21:25:17-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WHAT A DAY!",
    "track_id": null,
    "recording_id": null,
    "artist": "Naika",
    "artist_ids": [
        "c2cd7772-57e2-4561-a302-0560617361d6"
    ],
    "album": "ECLESIA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Naika Music"
    ],
    "label_ids": [],
    "release_date": "2026-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Naika on tour in Los Angeles on March 27 at the Novo and March 28 in San Fransisco March 28 at August Hall!\n\nhttps://www.naikaofficial.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}