Information about plays

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

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

{
    "id": 351962,
    "uri": "https://api.kexp.org/v2/plays/351962/?format=api",
    "airdate": "2019-07-09T04:39:50-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/40509197-a063-4b3b-90fd-ab4785d16a06/16327268899-250.jpg",
    "thumbnail_uri": "",
    "song": "Highway to Hell",
    "track_id": "204df216-6400-4472-afcc-48c3c1a1acd7",
    "recording_id": null,
    "artist": "AC/DC",
    "artist_ids": [
        "66c662b6-6e2f-4930-8610-912e24c63ed1"
    ],
    "album": "Highway to Hell",
    "release_id": "40509197-a063-4b3b-90fd-ab4785d16a06",
    "release_group_id": null,
    "labels": [
        "ATCO"
    ],
    "label_ids": [
        "edd78d78-e2d5-4744-a49d-3b3f8002f74b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ronald 'Bon\" Scott - Scottish-born Australian lead singer/lyricist of AC/DC - was born on this day in 1946. He would have been 73 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}