Information about plays

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

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

{
    "id": 373661,
    "uri": "https://api.kexp.org/v2/plays/373661/?format=api",
    "airdate": "2019-08-28T19:23:09-07:00",
    "show": 6221,
    "show_uri": "https://api.kexp.org/v2/shows/6221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "China Grove",
    "track_id": null,
    "recording_id": null,
    "artist": "THE DOOBIE BROTHERS",
    "artist_ids": [],
    "album": "The Captain and Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live in 1974: https://www.youtube.com/watch?v=DTCyO9MpGUM ; the real story of\nhow the song was written:\nhttps://www.tennessean.com/story/entertainment/music/2014/12/30/story-behind-song\n-china-grove/21067073",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}