Information about plays

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

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

{
    "id": 453442,
    "uri": "https://api.kexp.org/v2/plays/453442/?format=api",
    "airdate": "2001-08-08T09:56:40-07:00",
    "show": 7672,
    "show_uri": "https://api.kexp.org/v2/shows/7672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411K4Z2ED3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411K4Z2ED3L._SL75_.jpg",
    "song": "Polaris",
    "track_id": "ede6ae0a-3514-4651-b0b4-0f8da0426346",
    "recording_id": null,
    "artist": "Man or Astro-man?",
    "artist_ids": [
        "28c5d97f-4321-4ef4-8ac2-d9d93b0eb16c"
    ],
    "album": "Beyond the Black Hole",
    "release_id": "2b812b53-d88f-4f69-b2e5-a0206b5b1da2",
    "release_group_id": null,
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "2001-07-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}