Information about plays

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

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

{
    "id": 454606,
    "uri": "https://api.kexp.org/v2/plays/454606/?format=api",
    "airdate": "2001-08-11T15:31:34-07:00",
    "show": 7693,
    "show_uri": "https://api.kexp.org/v2/shows/7693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FcMJHQgcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FcMJHQgcL._SL75_.jpg",
    "song": "The Captor & The Captive One",
    "track_id": "733ff110-26a1-4103-abaa-2c50db63aca4",
    "recording_id": null,
    "artist": "Lime Spiders",
    "artist_ids": [
        "04ab4a76-3ace-416d-aef1-14b8c0dbdafa"
    ],
    "album": "Volatile",
    "release_id": "07fa4aa4-2341-44a0-a346-7ad303401833",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}