Information about plays

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

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

{
    "id": 3416760,
    "uri": "https://api.kexp.org/v2/plays/3416760/?format=api",
    "airdate": "2024-10-24T16:04:59-07:00",
    "show": 61662,
    "show_uri": "https://api.kexp.org/v2/shows/61662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Double Vision",
    "track_id": "150d8475-6a60-308a-919e-c69ba2cb0375",
    "recording_id": "c68078fb-a301-488b-9d44-2eb67f688018",
    "artist": "The Ponys",
    "artist_ids": [
        "2212458a-763b-4fc0-906d-69d0f6d1aa9d"
    ],
    "album": "Turn the Lights Out",
    "release_id": "5f715b13-da2a-4a08-8cdb-5a1353b80387",
    "release_group_id": "551f7ae0-5db7-392a-b3c3-352451ab0767",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ponys were an indie rock/garage rock band from Chicago, formed by singer/guitarist Jered Gummere, in early 2001. Gummere was concurrently in the punk band, Guilty Pleasures, at the time of The Ponys’ formation. He eventually left to devote himself entirely to The Ponys.\n\nhttps://matadorrecords.com/the_ponys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}