Information about plays

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

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

{
    "id": 3412571,
    "uri": "https://api.kexp.org/v2/plays/3412571/?format=api",
    "airdate": "2024-10-14T15:15:43-07:00",
    "show": 61576,
    "show_uri": "https://api.kexp.org/v2/shows/61576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come on Over",
    "track_id": null,
    "recording_id": "15173ad7-aedf-4fc3-9ba9-b75e018905c9",
    "artist": "DJ Shub feat. Northern Cree Singers",
    "artist_ids": [
        "0b165538-0647-444a-a413-5de0fd13abdd",
        "d0b83ad6-6e4f-4487-acc9-493ca6da76e5"
    ],
    "album": "PowWowStep",
    "release_id": null,
    "release_group_id": "35cbe670-2058-45d7-bbda-768889136854",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Shub is a Mohawk DJ and a member of the Six Nations of the Grand River.\n\nThe Mohawk are an Indigenous people of North America and the easternmost nation of the Haudenosaunee, or Iroquois Confederacy with communities in southeastern Canada and northern New York State, primarily around Lake Ontario and the St. Lawrence River. \n\nhttps://www.djshub.ca/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}