Information about plays

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

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

{
    "id": 3363041,
    "uri": "https://api.kexp.org/v2/plays/3363041/?format=api",
    "airdate": "2024-06-18T05:52:15-07:00",
    "show": 60521,
    "show_uri": "https://api.kexp.org/v2/shows/60521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild Thing (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Live At Monterey",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1967 The Jimi Hendrix Experience played their first concert in the US at the final day of the Monterey Pop Festival, where Hendrix famously lit his guitar on fire to end his set!\n\ncheck it out! (DO NOT try this at home): https://www.youtube.com/watch?v=_-7toYWFEyk&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}