Information about plays

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

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

{
    "id": 3423283,
    "uri": "https://api.kexp.org/v2/plays/3423283/?format=api",
    "airdate": "2024-11-09T12:00:15-08:00",
    "show": 61807,
    "show_uri": "https://api.kexp.org/v2/shows/61807/?format=api",
    "image_uri": "https://ia801601.us.archive.org/24/items/mbid-4d3ac355-3209-42d2-bbb7-ee7caa6a9744/mbid-4d3ac355-3209-42d2-bbb7-ee7caa6a9744-9225430698_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/24/items/mbid-4d3ac355-3209-42d2-bbb7-ee7caa6a9744/mbid-4d3ac355-3209-42d2-bbb7-ee7caa6a9744-9225430698_thumb250.jpg",
    "song": "Into the Fog",
    "track_id": "660947fd-9636-49c9-978d-c289cfcad188",
    "recording_id": "b5634d50-df0d-4ee0-8736-1b8fe22899ef",
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "Burnt Offering",
    "release_id": "4d3ac355-3209-42d2-bbb7-ee7caa6a9744",
    "release_group_id": "6991d1c1-e79e-4aef-9904-1d9404944b97",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2014-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the band's fourth album - Burnt Offering—and from its wizard-sporting cover on down, it draws heavily from the late-60s/early-70s well of dark, arcane proto-metal. \n\nThe Budos Band stopped by Ye Olde KEXP in 2019, check it out https://www.youtube.com/watch?v=b-KK6X4xxGs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}