Information about plays

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

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

{
    "id": 3656176,
    "uri": "https://api.kexp.org/v2/plays/3656176/?format=api",
    "airdate": "2026-05-17T23:55:22-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8fedced-aa54-4a73-a54d-5888726b8367/32586888544-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8fedced-aa54-4a73-a54d-5888726b8367/32586888544-250.jpg",
    "song": "Lotta Love (Joey Negro Yacht disco mix)",
    "track_id": null,
    "recording_id": "d24746c4-9e8b-4c21-8876-a58d7d79e567",
    "artist": "Nicolette Larson",
    "artist_ids": [
        "a45071c0-1805-4ec6-83c4-e3f62e2916b1"
    ],
    "album": "Remixed With Love by Joey Negro Vol. Two",
    "release_id": null,
    "release_group_id": "5203e1df-eb30-4788-9df5-084ada78e9cf",
    "labels": [
        "Z Records"
    ],
    "label_ids": [
        "c250bdb3-2215-48d6-a24d-b12fe7dd7897"
    ],
    "release_date": "2016-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}