Information about plays

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

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

{
    "id": 451910,
    "uri": "https://api.kexp.org/v2/plays/451910/?format=api",
    "airdate": "2001-08-03T19:55:12-07:00",
    "show": 7642,
    "show_uri": "https://api.kexp.org/v2/shows/7642/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31DCCTA4ZBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31DCCTA4ZBL._SL75_.jpg",
    "song": "Hey Jibbo",
    "track_id": "f1efb755-e544-4573-b5fa-145c1e11e662",
    "recording_id": null,
    "artist": "Art Wood",
    "artist_ids": [
        "9732d004-d322-4868-a008-8eb079ea0991"
    ],
    "album": "That'll Flat Git It, Volume 1: RCA Records",
    "release_id": "94527074-0b7c-495d-9e5a-91569eeafdcd",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}