Information about plays

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

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

{
    "id": 3632986,
    "uri": "https://api.kexp.org/v2/plays/3632986/?format=api",
    "airdate": "2026-03-24T04:32:05-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b773ef0-ff9d-4942-9b84-557cb6e85691/16645064272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b773ef0-ff9d-4942-9b84-557cb6e85691/16645064272-250.jpg",
    "song": "Since C.A.Y.A.",
    "track_id": null,
    "recording_id": "7f5619b6-65b8-4a64-8109-e9c28d516806",
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": null,
    "release_group_id": "51f7966c-cadc-4291-8fe1-f30f1dbfb316",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Thundercat on bass!\n\nS/o the Central Area Youth Association and the whole CD community\n\nhttps://www.youtube.com/watch?v=tEwk8gEhCoo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}