Information about plays

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

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

{
    "id": 356125,
    "uri": "https://api.kexp.org/v2/plays/356125/?format=api",
    "airdate": "2019-07-18T17:48:45-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/1c65dc93-6748-3bb5-be18-bdbbad7f8d42/1560014889-250.jpg",
    "thumbnail_uri": "",
    "song": "Can I Kick It?",
    "track_id": "f8064cfe-2e78-3fbb-ba79-f0db242c865d",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "1c65dc93-6748-3bb5-be18-bdbbad7f8d42",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can I Kick It?\" is the third single from A Tribe Called Quest's debut album \"People's Instinctive Travels and the Paths of Rhythm\". The song was recorded in 1989, when the band members were aged 19. It contains samples of \"Walk on the Wild Side\" by Lou Reed, \"What a Waste\" by Ian Dury and the Blockheads, \"Spinning Wheel\" by Dr. Lonnie Smith, \"Dance of the Knights\" by Sergei Prokofiev and \"Sunshower\" by Dr. Buzzard's Original Savannah Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}