Information about plays

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

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

{
    "id": 414554,
    "uri": "https://api.kexp.org/v2/plays/414554/?format=api",
    "airdate": "2001-04-09T10:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510BoXkv58L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510BoXkv58L._SL75_.jpg",
    "song": "The Passenger",
    "track_id": null,
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Lust for Life",
    "release_id": "e2cb1fb9-7117-4dae-9b40-9e5480301b9e",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}