Information about plays

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

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

{
    "id": 1396151,
    "uri": "https://api.kexp.org/v2/plays/1396151/?format=api",
    "airdate": "2008-07-11T01:39:21-07:00",
    "show": 24362,
    "show_uri": "https://api.kexp.org/v2/shows/24362/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2104N2AP9TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2104N2AP9TL._SL75_.jpg",
    "song": "(I'm Not Your) Steppin' Stone",
    "track_id": "d7afdd68-4360-4595-8f81-182ffbe60c1c",
    "recording_id": null,
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "More of the Monkees",
    "release_id": "e7a32bd4-0def-43d8-86c8-fc03ede59409",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}