Information about plays

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

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

{
    "id": 1395458,
    "uri": "https://api.kexp.org/v2/plays/1395458/?format=api",
    "airdate": "2008-07-09T08:55:00-07:00",
    "show": 24351,
    "show_uri": "https://api.kexp.org/v2/shows/24351/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GYNE6VTGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GYNE6VTGL._SL75_.jpg",
    "song": "Christine",
    "track_id": null,
    "recording_id": null,
    "artist": "Siouxsie and The Bashees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Kaleidoscope",
    "release_id": "39db783e-4840-4dd5-b7e7-e04710b21d8a",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "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"
}