Information about plays

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

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

{
    "id": 3624671,
    "uri": "https://api.kexp.org/v2/plays/3624671/?format=api",
    "airdate": "2026-03-03T04:30:50-08:00",
    "show": 66077,
    "show_uri": "https://api.kexp.org/v2/shows/66077/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chanel",
    "track_id": null,
    "recording_id": "eff2afd0-8d3a-4efb-99cb-fa88e1fae2a2",
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Chanel",
    "release_id": null,
    "release_group_id": "36b5e98f-85f2-4fa0-a179-061cef2dfe09",
    "labels": [
        "Blonded"
    ],
    "label_ids": [
        "5524c91b-087a-4940-b2f0-4f47306609df"
    ],
    "release_date": "2017-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Chanel” was written by Ocean with Jacob Ludwig Olofsson, Rami Dawood, Adam Feeney, and Michael Uzowuru. \n--\n\"Chanel\" was praised for its lyrics about sexual fluidity and challenging heteronormative notions of masculinity. : https://americansongwriter.com/the-meaning-behind-chanel-by-frank-ocean/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}