Information about plays

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

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

{
    "id": 3572832,
    "uri": "https://api.kexp.org/v2/plays/3572832/?format=api",
    "airdate": "2025-11-01T22:38:14-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/216484a4-66ce-4744-bd2c-3fc9f8f0abf5/33883059834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/216484a4-66ce-4744-bd2c-3fc9f8f0abf5/33883059834-250.jpg",
    "song": "Bus Money",
    "track_id": null,
    "recording_id": "2b909100-0f98-48b4-ad40-511f0a743c27",
    "artist": "The Chats",
    "artist_ids": [
        "aafe3816-2d68-4528-adda-d68514c940d4"
    ],
    "album": "Get This In Ya!!",
    "release_id": null,
    "release_group_id": "b4270bf6-bb9b-44a3-a13e-0b228ec9d3a4",
    "labels": [
        "Bargain Bin Records"
    ],
    "label_ids": [
        "c0aa2b25-2506-4cf0-8196-336fcbcaa2d6"
    ],
    "release_date": "2017-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chats will be touring the east coast with The Hives next spring.  Let's hope they extend the tour to the west coast!\n\nhttps://www.facebook.com/thechatsband/\nhttps://thechats.com/\nhttps://thechatslovebeer.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}