Information about plays

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

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

{
    "id": 3437575,
    "uri": "https://api.kexp.org/v2/plays/3437575/?format=api",
    "airdate": "2024-12-13T12:34:52-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia803105.us.archive.org/10/items/mbid-9ab7e27c-cd3e-4c31-b930-2718e46cc589/mbid-9ab7e27c-cd3e-4c31-b930-2718e46cc589-39449202892_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/10/items/mbid-9ab7e27c-cd3e-4c31-b930-2718e46cc589/mbid-9ab7e27c-cd3e-4c31-b930-2718e46cc589-39449202892_thumb250.jpg",
    "song": "Drifting (Laurence Guy remix)",
    "track_id": "d3fcac0b-6452-4054-88c4-40127de3d8f4",
    "recording_id": "01748259-9bad-495b-96ce-9b1498014ef5",
    "artist": "Night Tapes",
    "artist_ids": [
        "46c38a79-24c0-4902-9c69-13c1ef1da408"
    ],
    "album": "drifting (Laurence Guy Remix)",
    "release_id": "9ab7e27c-cd3e-4c31-b930-2718e46cc589",
    "release_group_id": "e44355e7-9cec-41f7-aab7-54aa0bd5e160",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2024-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Laurence Guy remixes \"Drifting\" from the July 2024 album, assisted memories. You can purchase both the original and this remix here: https://nighttapesmusic.bandcamp.com \n\n\"Night Tapes started out as evening jams between housemates Max Doohan, Sam Richards and Iiris Vesik in London. Night time London, genre-blending, multi-fidelity recordings and honest reflection contribute to their atmospheric soundscapes that ultimately make for fresh and envelope-pushing dream pop.\" https://nettwerk.com/artist/night-tapes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}