Information about plays

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

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

{
    "id": 456394,
    "uri": "https://api.kexp.org/v2/plays/456394/?format=api",
    "airdate": "2001-08-16T18:00:00-07:00",
    "show": 7727,
    "show_uri": "https://api.kexp.org/v2/shows/7727/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KT9Q5YB3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KT9Q5YB3L._SL75_.jpg",
    "song": "Steel Guitar Rag",
    "track_id": "244b2579-4f7b-40e4-afe0-f7299eb9e133",
    "recording_id": null,
    "artist": "Bob Wills",
    "artist_ids": [
        "c727f585-54e0-4e0d-b8ad-05f216f99244"
    ],
    "album": "Anthology 1935-1973 (disc 1)",
    "release_id": "5f17974e-eba8-44d3-b528-a366ab506e5c",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}