Information about plays

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

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

{
    "id": 3413383,
    "uri": "https://api.kexp.org/v2/plays/3413383/?format=api",
    "airdate": "2024-10-16T10:58:58-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persuasion",
    "track_id": "79dc0ef0-426b-450a-92fd-7a3a4645ef86",
    "recording_id": "5d1c5484-d514-4eab-9cf0-265e168f2269",
    "artist": "Wishy",
    "artist_ids": [
        "30f10b3a-cd98-414d-b7e5-336931335f42"
    ],
    "album": "Triple Seven",
    "release_id": "8234c4b3-15fb-427f-8c4d-86b49b35a3cb",
    "release_group_id": "c098fc39-ab74-4ed0-9f2a-94e9de572996",
    "labels": [
        "Winspear"
    ],
    "label_ids": [
        "76320af7-a39b-4b71-8fa8-c56437f2909d"
    ],
    "release_date": "2024-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wishy is a five-piece shoegaze rock band out of Indianapolis, Indiana!\n'Sometimes gorgeous, sometimes festering, and always cathartic, Triple Seven is a vibrant and exhilarating document of self-discovery with the scope and heft of the bygone big-budget rock albums that inspired it.' \nhttps://wishy.bandcamp.com/album/triple-seven",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}