Information about plays

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

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

{
    "id": 3578635,
    "uri": "https://api.kexp.org/v2/plays/3578635/?format=api",
    "airdate": "2025-11-15T19:24:58-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All This Attention Is Killing Me",
    "track_id": "90dd3a41-f6c1-359a-a864-b94acef02317",
    "recording_id": "78a35683-9599-48ba-b4a8-4214eec23f10",
    "artist": "The Cute Lepers",
    "artist_ids": [
        "b6c845d8-10af-47be-942f-6d3e2275637f"
    ],
    "album": "Adventure Time",
    "release_id": "2a73fbd3-8c42-4ec8-8866-a70715820062",
    "release_group_id": "a5f2c92d-b729-4bdf-b0e0-5c73e98ffee5",
    "labels": [
        "1-2-3-4 Go! Records"
    ],
    "label_ids": [
        "7441004d-1165-4c04-b029-7c8d59c5912a"
    ],
    "release_date": "2011-04-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle circa 2011!\n\nhttps://thecutelepers.bandcamp.com/album/adventure-time",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}