Information about plays

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

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

{
    "id": 3653190,
    "uri": "https://api.kexp.org/v2/plays/3653190/?format=api",
    "airdate": "2026-05-10T20:58:56-07:00",
    "show": 66684,
    "show_uri": "https://api.kexp.org/v2/shows/66684/?format=api",
    "image_uri": "https://coverartarchive.org/release/50448b30-0d84-4a36-a2b9-44af4295dac1/17759022945-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50448b30-0d84-4a36-a2b9-44af4295dac1/17759022945-250.jpg",
    "song": "Good, Good Feelin’",
    "track_id": null,
    "recording_id": "611d0217-d2d4-48be-8807-896afcc3caaa",
    "artist": "War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "The Music Band",
    "release_id": null,
    "release_group_id": "a0faeecd-df91-400a-82f5-a3141a85d24c",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SoCal Latin funk group War released \"Good, Good Feelin'\" on their 1979 album The Music Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}