Information about plays

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

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

{
    "id": 383035,
    "uri": "https://api.kexp.org/v2/plays/383035/?format=api",
    "airdate": "2019-09-19T16:23:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "http://coverartarchive.org/release/c1334e10-1127-457d-89d5-55ef330b9ef9/24120557392-250.jpg",
    "thumbnail_uri": "",
    "song": "Face First",
    "track_id": "c9ad23c6-e933-4444-ba31-1e1d9d6bfd0a",
    "recording_id": null,
    "artist": "The Paranoyds",
    "artist_ids": [
        "649cc6ea-8edc-4632-8e18-336af9581be6"
    ],
    "album": "Carnage Bargain",
    "release_id": "c1334e10-1127-457d-89d5-55ef330b9ef9",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Los Angeles punk quartet The Paranoyds channel revelry and revulsion into their debut album Carnage Bargain—a raucous blend of garage rock grit, new wave swagger, horror film soundtrack campiness, and a myriad of other influences.\" <br/><br/> https://theparanoyds.bandcamp.com/\n<br/><br/> You can catch The Paranoyds at Barboza on November 6th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}