Information about plays

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

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

{
    "id": 466181,
    "uri": "https://api.kexp.org/v2/plays/466181/?format=api",
    "airdate": "2001-09-14T16:21:10-07:00",
    "show": 7925,
    "show_uri": "https://api.kexp.org/v2/shows/7925/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gf4yJtlOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gf4yJtlOL._SL75_.jpg",
    "song": "The Village",
    "track_id": null,
    "recording_id": null,
    "artist": "New Order ",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": null,
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}