Information about plays

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

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

{
    "id": 373611,
    "uri": "https://api.kexp.org/v2/plays/373611/?format=api",
    "airdate": "2019-08-28T17:00:52-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4bfdd53-f9ac-35d8-b30d-f750b4420af4/9552855097-250.jpg",
    "thumbnail_uri": "",
    "song": "Uncontrollable Urge",
    "track_id": "2568491f-1fac-38f3-9725-8f3817af2cc6",
    "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": "On this day in, 1978, Devo released their debut studio album, 'Q: Are We Not Men? A: We Are Devo!' The album was produced by Brian Eno.  The phrase \"Are we not men?\" is from The Island of Doctor Moreau (1896), by H. G. Wells.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}