Information about plays

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

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

{
    "id": 1315486,
    "uri": "https://api.kexp.org/v2/plays/1315486/?format=api",
    "airdate": "2007-12-18T02:04:02-08:00",
    "show": 23006,
    "show_uri": "https://api.kexp.org/v2/shows/23006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sFr04FWoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sFr04FWoL._SL75_.jpg",
    "song": "Adventure",
    "track_id": "650d5099-158e-422a-9e85-f5be44ffb7ce",
    "recording_id": null,
    "artist": "Be Your Own Pet",
    "artist_ids": [
        "4849dbcf-4192-434c-825b-077c9057c119"
    ],
    "album": "be your own PET",
    "release_id": "4d61abca-5c04-4eba-937b-f575cf001b4e",
    "release_group_id": null,
    "labels": [
        "Ecstatic Peace"
    ],
    "label_ids": [
        "51d7b1e0-261e-4070-a30f-ad7bb803d26e"
    ],
    "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"
}