Information about plays

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

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

{
    "id": 3418377,
    "uri": "https://api.kexp.org/v2/plays/3418377/?format=api",
    "airdate": "2024-10-28T11:25:58-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ingo Swann",
    "track_id": "f8a513c8-880b-4f74-ac1f-8ceb39e6f724",
    "recording_id": "b2354a4d-b43e-42af-be7e-7950f3c36807",
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Ingo Swann",
    "release_id": "1c8414e6-e04c-4be1-bfdd-91fb3b0fbaee",
    "release_group_id": "a37aefdf-bee5-462c-872f-616d91ea99f4",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2024-10-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘Ingo Swann’ sees the LA producer, DJ and co-founder of pioneering record label Brainfeeder – born Steven D. Bingley-Ellison – take a more groovy route, with the track being built around synth melodies, vibrant hi-hats and a rhythmic edge. The title of the song comes from the famed psychic of the same name.\n--\nPsst!  Want to know more about the psychic?: https://www.encyclopedia.com/science/encyclopedias-almanacs-transcripts-and-maps/swann-ingo-1933",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}