Information about plays

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

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

{
    "id": 469020,
    "uri": "https://api.kexp.org/v2/plays/469020/?format=api",
    "airdate": "2001-09-23T03:34:17-07:00",
    "show": 7981,
    "show_uri": "https://api.kexp.org/v2/shows/7981/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CajR0QJpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CajR0QJpL._SL75_.jpg",
    "song": "Time Zones",
    "track_id": "75e464c1-1890-4e37-b296-aa6887eef423",
    "recording_id": null,
    "artist": "Negativland",
    "artist_ids": [
        "78c1866f-92d8-4180-98ea-fe88121aa195"
    ],
    "album": "Escape From Noise",
    "release_id": "bfd0eb6b-d1f1-42a4-9bad-a440ee36053f",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}