Information about plays

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

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

{
    "id": 3633397,
    "uri": "https://api.kexp.org/v2/plays/3633397/?format=api",
    "airdate": "2026-03-25T06:23:15-07:00",
    "show": 66274,
    "show_uri": "https://api.kexp.org/v2/shows/66274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light My Fire",
    "track_id": "b808695f-d853-3fa5-9fc9-5c6fdf1e2160",
    "recording_id": "d94cd6ec-32b7-4673-a60f-b711d97c52f5",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Unchained Melody",
    "release_id": "8f353c2a-561e-483d-9e42-ff3285a18ce2",
    "release_group_id": "82297784-6bef-367f-a3b9-60e5c6d56d74",
    "labels": [
        "CEMA Special Markets"
    ],
    "label_ids": [
        "25f5cdca-7ba8-4e64-bdfb-dbacd8891acc"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1972, Al Green went to No.1 on the US singles chart with \"Let's Stay Together\", his only US chart topper.\n\nAl Green's soulful rendition of \"Light My Fire\". His unique interpretation of the song brought a fresh, smooth vibe to the classic originally by The Doors. His version showcases his signature vocal style and has been praised for its emotional depth and musicality.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}