Information about plays

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

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

{
    "id": 356400,
    "uri": "https://api.kexp.org/v2/plays/356400/?format=api",
    "airdate": "2019-07-19T08:59:33-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/907d9469-49cd-391b-8ba8-2f4469f3daf1/18411416365-250.jpg",
    "thumbnail_uri": "",
    "song": "Stand and Deliver",
    "track_id": "1fe38621-50ad-3657-8d77-3e0843b770d5",
    "recording_id": null,
    "artist": "Adam and The Ants",
    "artist_ids": [
        "75d4f194-969c-4538-b789-742f3eb3d02c"
    ],
    "album": "Prince Charming",
    "release_id": "907d9469-49cd-391b-8ba8-2f4469f3daf1",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ant's look in the video was based on the costume David Hemmings' character wore in the 1968 film The Charge of the Light Brigade. It was a 19th century British military look that Ant adapted. The video was a huge part of the song's success, as it gave an image to Ant's \"dandy highwayman\" character.: https://www.youtube.com/watch?v=4B2a6l6wM2k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}