Information about plays

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

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

{
    "id": 534974,
    "uri": "https://api.kexp.org/v2/plays/534974/?format=api",
    "airdate": "2002-04-05T16:20:00-08:00",
    "show": 9267,
    "show_uri": "https://api.kexp.org/v2/shows/9267/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512D5TCYT7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512D5TCYT7L._SL75_.jpg",
    "song": "Copernicus",
    "track_id": "5a6257e9-08db-44c8-9872-953a2eb721c4",
    "recording_id": null,
    "artist": "Basia",
    "artist_ids": [
        "34de4678-044a-486a-a741-4c740025374a"
    ],
    "album": "London Warsaw New York",
    "release_id": "0956bdf9-826f-4a89-83dd-a5ee1b2339fd",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}