Information about plays

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

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

{
    "id": 352265,
    "uri": "https://api.kexp.org/v2/plays/352265/?format=api",
    "airdate": "2019-07-09T19:34:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amai Ndiwulule",
    "track_id": null,
    "recording_id": null,
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Malawi",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fronted by Nigerian singer Eno Williams, Ibibio Sound Machine is a clash of African and electronic elements inspired in equal measure by the golden era of West-African funk & disco and modern post-punk & electro.\" -- check them out live August 2 at High Dive and check out a live performance video here: https://www.youtube.com/watch?v=9xtmnolJfdQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}