Information about plays

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

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

{
    "id": 2679746,
    "uri": "https://api.kexp.org/v2/plays/2679746/?format=api",
    "airdate": "2019-12-29T23:25:00-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaburora",
    "track_id": null,
    "recording_id": null,
    "artist": "Hidden Memory",
    "artist_ids": [],
    "album": "Afro Deep Vol. 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beating Heart"
    ],
    "label_ids": [],
    "release_date": "2019-12-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Label out of London... sample recordings from Mr Hugh Tracey in the Congo, Zambia and Uganda have been re-worked by 5 different producers from around the world. From the heart of Africa samples were specially chosen by the international mix of producers using the atmospheric samples and creating hypnotic club-ready tunes in honour of the history and culture of the mother land. https://beatingheart.bandcamp.com/album/beating-heart-afro-deep-vol-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}