Information about plays

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

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

{
    "id": 356019,
    "uri": "https://api.kexp.org/v2/plays/356019/?format=api",
    "airdate": "2019-07-18T11:35:52-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4bfdd53-f9ac-35d8-b30d-f750b4420af4/9552855097-250.jpg",
    "thumbnail_uri": "",
    "song": "Space Junk",
    "track_id": "77853422-f7c7-36e8-86e1-92235cce6c45",
    "recording_id": null,
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Q: Are We Not Men? A: We Are Devo!",
    "release_id": "d4bfdd53-f9ac-35d8-b30d-f750b4420af4",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Space Junk\" is off Devo's debut album, \"Q: Are We Not Men? A: We Are Devo!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}