Information about plays

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

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

{
    "id": 3543584,
    "uri": "https://api.kexp.org/v2/plays/3543584/?format=api",
    "airdate": "2025-08-23T03:28:06-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://coverartarchive.org/release/3bfe03f5-06fb-4b8f-a15b-5927c4cfae00/35858478041-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3bfe03f5-06fb-4b8f-a15b-5927c4cfae00/35858478041-250.jpg",
    "song": "Emperor of the Beach",
    "track_id": null,
    "recording_id": "a09540cb-75e2-4ccd-8ba5-3647108cd8bd",
    "artist": "The Chats",
    "artist_ids": [
        "aafe3816-2d68-4528-adda-d68514c940d4"
    ],
    "album": "GET FUCKED",
    "release_id": null,
    "release_group_id": "b680aea7-7caf-444a-a5a2-619626bef57a",
    "labels": [
        "Bargain Bin Records"
    ],
    "label_ids": [
        "c0aa2b25-2506-4cf0-8196-336fcbcaa2d6"
    ],
    "release_date": "2022-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chats are playing the Ohana Festival 2025 at Dana Point, CA on Sep 26, 2025\nhttps://www.thechatslovebeer.com/tour-dates",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}