Information about plays

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

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

{
    "id": 370320,
    "uri": "https://api.kexp.org/v2/plays/370320/?format=api",
    "airdate": "2019-08-21T08:57:40-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "http://coverartarchive.org/release/7955a319-062f-4a9e-bffb-f61c73114ffa/19356352833-250.jpg",
    "thumbnail_uri": "",
    "song": "I Got a Thing, You Got a Thing, Everybody's Got a Thing",
    "track_id": "9002de4f-3cb9-330c-a41e-2b5585e41b25",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Funkadelic",
    "release_id": "7955a319-062f-4a9e-bffb-f61c73114ffa",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1994-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This classic track features a guitar solo by Rare Earth's Ray Monette. More Funkadelic here: https://georgeclinton.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}