Information about plays

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

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

{
    "id": 356889,
    "uri": "https://api.kexp.org/v2/plays/356889/?format=api",
    "airdate": "2019-07-20T14:16:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miami (feat. Bia)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kali Uchis",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "Isolation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss the 2019 Mo Pop Festival in the West Riverfront Park in Detroit with great performers such as Kali Uchis and Tame Impala, Vampire Weekend and Ella Mai, Lizzo, King Princess, The Story So Far, J.I.D, Noname, Alec Benjamin, Wallows, Snail Mail, Yellow Days, CAAMP, Roy Blair, Tiny Moving Parts, The Band Camino, and many more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}