Information about plays

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

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

{
    "id": 3634137,
    "uri": "https://api.kexp.org/v2/plays/3634137/?format=api",
    "airdate": "2026-03-27T04:31:53-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0405189-8aa4-4fb3-a523-fb5bbdf55c10/29592745221-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0405189-8aa4-4fb3-a523-fb5bbdf55c10/29592745221-250.jpg",
    "song": "Closer to Me",
    "track_id": null,
    "recording_id": "2bccaf34-d5ed-400b-b250-0826545db2b4",
    "artist": "H.E.R.",
    "artist_ids": [
        "93998e01-ff53-4af7-ba2a-5674adcdf21e"
    ],
    "album": "Back of My Mind",
    "release_id": null,
    "release_group_id": "51ad97fa-2a53-4b45-ab1d-c44e2a386f53",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2021-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples Goapele's 2002 song \"Closer\". From H.E.R.'s brilliant debut album 'Back of My Mind'.\nhttps://backofmymind.her-official.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}