Information about plays

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

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

{
    "id": 373867,
    "uri": "https://api.kexp.org/v2/plays/373867/?format=api",
    "airdate": "2019-08-29T06:09:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kookaburra",
    "track_id": "8ac1d265-30dc-3cf9-8461-5f4041e4eff7",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Aikea-Guinea",
    "release_id": "3f0a4c15-bf67-4822-b7cc-d1e7411d26ca",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "1985-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Michelle Repiso's \"Wake Up, See The Sun\" mix here on Mixtape Week. (And happy 56th birthday to Elizabeth Fraser of Cocteau Twins, born on this day in 1963!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}