Information about plays

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

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

{
    "id": 3569152,
    "uri": "https://api.kexp.org/v2/plays/3569152/?format=api",
    "airdate": "2025-10-24T01:57:58-07:00",
    "show": 64916,
    "show_uri": "https://api.kexp.org/v2/shows/64916/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8811d78-11c4-4f88-8fde-409296841262/21356054355-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8811d78-11c4-4f88-8fde-409296841262/21356054355-250.jpg",
    "song": "Pieces of a Man",
    "track_id": null,
    "recording_id": "f47f17e8-93ff-4588-90ce-cc84a0297ce3",
    "artist": "Gil Scott‐Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Pieces of a Man",
    "release_id": null,
    "release_group_id": "950f8cdc-da7b-3cd1-8d98-1c73cf5432d9",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listener request going out to the 606 in Kentucky!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}