Information about plays

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

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

{
    "id": 1233379,
    "uri": "https://api.kexp.org/v2/plays/1233379/?format=api",
    "airdate": "2007-05-20T05:17:49-07:00",
    "show": 21605,
    "show_uri": "https://api.kexp.org/v2/shows/21605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KG8N0CHGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KG8N0CHGL._SL75_.jpg",
    "song": "Goin' To Chicago Blues",
    "track_id": "488fb75c-33ef-4d12-8371-d2ae38f083e7",
    "recording_id": null,
    "artist": "Joe Williams",
    "artist_ids": [
        "de09faf8-c78b-4c3a-9c0d-76b1de15f40e"
    ],
    "album": "A Swingin' Night at Birdland",
    "release_id": "6162db28-cfba-4816-b63b-5f2bc88ac884",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}