Information about plays

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

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

{
    "id": 3616420,
    "uri": "https://api.kexp.org/v2/plays/3616420/?format=api",
    "airdate": "2026-02-12T03:45:14-08:00",
    "show": 65910,
    "show_uri": "https://api.kexp.org/v2/shows/65910/?format=api",
    "image_uri": "https://coverartarchive.org/release/6556d87c-361d-4558-99cd-83f93d61ef64/11400738128-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6556d87c-361d-4558-99cd-83f93d61ef64/11400738128-250.jpg",
    "song": "Saana",
    "track_id": null,
    "recording_id": "4d3decab-0582-4fec-9098-2e1982451977",
    "artist": "Ebo Taylor",
    "artist_ids": [
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "Ebo Taylor",
    "release_id": null,
    "release_group_id": "2c1d47c5-3edf-4ea7-92bc-31dac1232b32",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ghanaian Highlife music pioneer Ebo Taylor, who passed away earlier this week at age 90. https://africa.com/ghanas-highlife-icon-ebo-taylor-passes-at-90/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}