Information about plays

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

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

{
    "id": 466704,
    "uri": "https://api.kexp.org/v2/plays/466704/?format=api",
    "airdate": "2001-09-16T10:47:08-07:00",
    "show": 7938,
    "show_uri": "https://api.kexp.org/v2/shows/7938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414HHCS3JNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414HHCS3JNL._SL75_.jpg",
    "song": "The Danger Zone",
    "track_id": "3429b7a7-5857-4283-8092-bbcc2f2496eb",
    "recording_id": null,
    "artist": "Freddie King",
    "artist_ids": [
        "d6ae4b23-965f-485a-b2c2-66c43ffaef20"
    ],
    "album": "Woman Across the River",
    "release_id": "0e8c43d3-b5bc-448a-98d7-e8c63cdd6684",
    "release_group_id": null,
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "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"
}