Information about plays

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

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

{
    "id": 3546897,
    "uri": "https://api.kexp.org/v2/plays/3546897/?format=api",
    "airdate": "2025-08-30T21:30:36-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Point That Gun",
    "track_id": "83512b36-0643-32dd-a951-fd41169f45d5",
    "recording_id": "8302ad4d-a9b2-433a-a1bc-915bb92f5e81",
    "artist": "Bush Tetras",
    "artist_ids": [
        "0fa623ce-9d1a-4b14-b6a3-19c79317a22f"
    ],
    "album": "Tetrafied",
    "release_id": "a0e031f1-fa7d-4493-8db7-352d7acc061c",
    "release_group_id": "7dc6f625-2072-3d5f-9554-38892ceaf69c",
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "1996-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York City legends the Bush Tetras have been making paranoid, groove-centered post-punk since 1979.\n\nhttps://bushtetrasnyc.bandcamp.com/album/they-live-in-my-head\nhttps://www.facebook.com/bushtetras/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}