Information about plays

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

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

{
    "id": 351006,
    "uri": "https://api.kexp.org/v2/plays/351006/?format=api",
    "airdate": "2019-07-06T21:19:00-07:00",
    "show": 5847,
    "show_uri": "https://api.kexp.org/v2/shows/5847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Lie and a Cheat",
    "track_id": "19c48b5d-f98b-336f-88c0-c6fd70c9b99e",
    "recording_id": null,
    "artist": "Scared of Chaka",
    "artist_ids": [
        "411b8059-4a6c-48a5-8365-0a23b9faba26"
    ],
    "album": "Tired of You",
    "release_id": "33f4cc4d-c855-4e98-8eb8-bdacf60bcee0",
    "release_group_id": null,
    "labels": [
        "Sub City Records"
    ],
    "label_ids": [],
    "release_date": "1999-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1993 by David Yanul Hernandez of The Shins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}