Information about plays

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

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

{
    "id": 3428011,
    "uri": "https://api.kexp.org/v2/plays/3428011/?format=api",
    "airdate": "2024-11-20T22:56:18-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Worry",
    "track_id": "7b3f7828-d4d5-4efa-a7d6-3191be8ae574",
    "recording_id": "713cfe8d-3ed4-44b5-9475-95bf5ed31419",
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Psychotic Spew",
    "release_id": "e27c4525-b232-4b77-ab69-212216777ef1",
    "release_group_id": "2399cefe-5436-430c-8e88-c550de9bb079",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Ends are playing The Vera Project on February 6th, 2025.\n--\n\"Psychotic Spew\" is the long-awaited debut album from Seattle musician Nicolle Swims and her colleagues.: https://blackends.bandcamp.com/album/psychotic-spew-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}