Information about plays

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

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

{
    "id": 376045,
    "uri": "https://api.kexp.org/v2/plays/376045/?format=api",
    "airdate": "2019-09-03T14:44:39-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d5c737a-812b-469b-94f0-1cd096d85926/15236980642-250.jpg",
    "thumbnail_uri": "",
    "song": "Give It Up or Turn It Loose",
    "track_id": "88ee55b2-0abc-3e1c-98ea-4cfaf77369a2",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Foundations of Funk: A Brand New Bag: 1964-1969",
    "release_id": "0d5c737a-812b-469b-94f0-1cd096d85926",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song contributed to the birth of hip hop! According to writer Stephen Ivory, \"...this monster funk bomb exploded in the underground in '73, when a young Bronx DJ named Kool DJ Herc would load on the turntables two copies of the Sex Machine album and between them he would run an extended cut 'n' mix of the percussion breakdown. Hip-hop was born. The shockwaves have been felt ever since....\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}