Information about plays

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

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

{
    "id": 455115,
    "uri": "https://api.kexp.org/v2/plays/455115/?format=api",
    "airdate": "2001-08-13T07:49:24-07:00",
    "show": 7706,
    "show_uri": "https://api.kexp.org/v2/shows/7706/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416G2QWQJQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416G2QWQJQL._SL75_.jpg",
    "song": "Shining Road",
    "track_id": "4c5ddd0a-83b9-4e81-b091-1afaf35ab9b0",
    "recording_id": null,
    "artist": "Cranes",
    "artist_ids": [
        "f6dfc44d-5da4-4ed1-949b-32715630dff4"
    ],
    "album": "EP Collection, Volumes 1 & 2 (disc 2)",
    "release_id": "64d73d70-7af7-4a1c-a537-9ddbb8b3eba6",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1997-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}