Information about plays

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

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

{
    "id": 355038,
    "uri": "https://api.kexp.org/v2/plays/355038/?format=api",
    "airdate": "2019-07-16T09:40:28-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/a782c648-c08a-3558-bd7a-c85f0a970ec6/18805998616-250.jpg",
    "thumbnail_uri": "",
    "song": "Warsaw",
    "track_id": "a5a29b84-452a-36e9-ac7c-8120f96f72a9",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "a782c648-c08a-3558-bd7a-c85f0a970ec6",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song is a somewhat fantastical biography of Rudolf Hess, Hitler's deputy, who flew to Great Britain in 1941 in an attempt to negotiate a peace between Germany and the UK, supposedly because of his disillusionment with National Socialism.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}