Information about plays

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

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

{
    "id": 3413659,
    "uri": "https://api.kexp.org/v2/plays/3413659/?format=api",
    "airdate": "2024-10-17T00:24:18-07:00",
    "show": 61595,
    "show_uri": "https://api.kexp.org/v2/shows/61595/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cmon",
    "track_id": null,
    "recording_id": "694858fc-fdf1-4c20-8521-245f79544e0e",
    "artist": "Fred again.. & Brian Eno",
    "artist_ids": [
        "bca46a0c-25c9-42ca-98c2-e64c8a5e337e",
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Secret Life",
    "release_id": null,
    "release_group_id": "da77b248-4a61-48a2-9144-136d5d8aca55",
    "labels": [
        "Text Records"
    ],
    "label_ids": [
        "b6cda36e-510e-4bca-a655-3db6dd324d8e"
    ],
    "release_date": "2023-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Secret Life is a collaboration between Fred [Gibson]again.. and Brian Eno, recorded during the [previous album] Actual Life era and released on Four Tet’s Text label. The album features Fred again..’s sample collages slowed down to the ambient pioneer’s glacial pace. Eno has said of Gibson, “I didn’t really understand a lot of what he was doing. It took me quite a while to think, ‘Oh my gosh, this is really a new idea about how you can make music.’” https://pitchfork.com/reviews/albums/fred-again-brian-eno-secret-life/\n\nhttps://fredagainagain.bandcamp.com/track/cmon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}