Information about plays

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

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

{
    "id": 475596,
    "uri": "https://api.kexp.org/v2/plays/475596/?format=api",
    "airdate": "2001-10-12T10:52:30-07:00",
    "show": 8105,
    "show_uri": "https://api.kexp.org/v2/shows/8105/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SJ3SMGN7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SJ3SMGN7L._SL75_.jpg",
    "song": "Walkin' With the Beast",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gun Club",
    "artist_ids": [
        "e78cc47f-9b89-4ef7-86f8-8f9df4f9dac9"
    ],
    "album": "The Las Vegas Story",
    "release_id": "aa88fbf5-6f99-4f37-82ad-041a1c773ef3",
    "release_group_id": null,
    "labels": [
        "Animal"
    ],
    "label_ids": [
        "941e73f4-5a40-40e7-b92b-370d10a4cc85"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}