Information about plays

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

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

{
    "id": 3428369,
    "uri": "https://api.kexp.org/v2/plays/3428369/?format=api",
    "airdate": "2024-11-21T18:55:01-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia600101.us.archive.org/10/items/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d-40034314204_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/10/items/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d-40034314204_thumb250.jpg",
    "song": "Neon Signs",
    "track_id": "4d721e5b-25a7-4499-a952-12a108b6b853",
    "recording_id": "93dd70e7-3c22-45b6-b06e-7c5b68d5bbf0",
    "artist": "The Weather Station",
    "artist_ids": [
        "eda7da10-0b65-41df-ac36-9c83b7017f7a"
    ],
    "album": "Humanhood",
    "release_id": "01255a37-9511-46f6-8bf5-b7c0430b219d",
    "release_group_id": "7653f4bc-3293-4195-8d66-b2e8701fee8c",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-01-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Weather Station improvised the songs for this album live during two sessions in late 2023 - at Canterbury Music Company in Toronto, ON.\n\nThey've visited KEXP multiple times - including a February 2022 set Live in the KEXP Studio: https://youtu.be/dwjqZsJtbOs\n\nhttps://theweatherstation.bandcamp.com/album/humanhood",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}