Information about plays

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

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

{
    "id": 374505,
    "uri": "https://api.kexp.org/v2/plays/374505/?format=api",
    "airdate": "2019-08-30T14:33:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blitzkrieg Bop",
    "track_id": null,
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Ramones",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, whose composition was credited to the band as a whole, was written by drummer Tommy Ramone (music and lyrics) and bassist Dee Dee Ramone (lyrics).  Based on a simple three-chord pattern, \"Blitzkrieg Bop\" opens with the chant \"Hey! Ho! Let's go!\" The song is popular at sporting events where \"Hey! Ho! Let's go!\" is sometimes shouted as a rallying cry.\n\n\"Blitzkrieg Bop\" is number 92 on the Rolling Stone list of The 500 Greatest Songs of All Time.  https://bit.ly/1RkrEDz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}