Information about plays

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

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

{
    "id": 1316815,
    "uri": "https://api.kexp.org/v2/plays/1316815/?format=api",
    "airdate": "2007-12-21T09:12:29-08:00",
    "show": 23025,
    "show_uri": "https://api.kexp.org/v2/shows/23025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31wgGgiV5fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31wgGgiV5fL._SL75_.jpg",
    "song": "Fine Time",
    "track_id": null,
    "recording_id": null,
    "artist": "New Order ",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Technique",
    "release_id": "8029b8ba-707f-4559-aa8e-10a129e3e177",
    "release_group_id": null,
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}