Information about plays

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

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

{
    "id": 355039,
    "uri": "https://api.kexp.org/v2/plays/355039/?format=api",
    "airdate": "2019-07-16T09:42:46-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/66dae9e6-f058-4c52-9e67-a6f7bcc5ee9b/5873581281-250.jpg",
    "thumbnail_uri": "",
    "song": "C30, C60, C90 Go",
    "track_id": "507e7107-1a17-36ae-b451-b8850a9ee2a0",
    "recording_id": null,
    "artist": "Bow Wow Wow",
    "artist_ids": [
        "2a81f398-647b-4580-b24c-d78b3103a27b"
    ],
    "album": "The Best Punk Album in the World… Ever!",
    "release_id": "66dae9e6-f058-4c52-9e67-a6f7bcc5ee9b",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"C·30 C·60 C·90 Go\" is the debut single by  Bow Wow Wow. It was the world's first-ever cassette single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}