Information about plays

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

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

{
    "id": 3413745,
    "uri": "https://api.kexp.org/v2/plays/3413745/?format=api",
    "airdate": "2024-10-17T05:06:26-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roller Coaster",
    "track_id": "0fa9eb47-c39c-3e9d-8e00-404d6547007c",
    "recording_id": "a24a100a-cd70-49b5-b456-4ef3ab09c72a",
    "artist": "13th Floor Elevators",
    "artist_ids": [
        "1964494f-9f1a-41c1-b054-80ef3b95025c"
    ],
    "album": "Absolutely the Best",
    "release_id": "1dfb1249-a301-4be0-ab42-0a6251f2f99e",
    "release_group_id": "25193a76-f8bd-3d36-8397-ef7a97252e04",
    "labels": [
        "Fuel 2000 Records"
    ],
    "label_ids": [
        "8d5f7bb6-74a7-441d-aebb-ed112f5d9f19"
    ],
    "release_date": "2002-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1966 The 13th Floor Elevators  release The Psychedelic Sounds, their debut studio album.\n\nThe album's sound, featuring elements of psychedelia, hard rock, garage rock, folk, and blues, is notable for its use of the electric jug, as featured on the band's only hit, \"You're Gonna Miss Me\", which reached number 55 on the Billboard Hot 100 with \"Tried to Hide\" as a B-side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}