Information about plays

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

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

{
    "id": 1295791,
    "uri": "https://api.kexp.org/v2/plays/1295791/?format=api",
    "airdate": "2007-10-27T11:07:00-07:00",
    "show": 22666,
    "show_uri": "https://api.kexp.org/v2/shows/22666/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A8EYm6fBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A8EYm6fBL._SL75_.jpg",
    "song": "Pumpkin Belly",
    "track_id": "2e25238b-b1d7-45b8-ab47-1070d1bcf20b",
    "recording_id": null,
    "artist": "Tenor Saw",
    "artist_ids": [
        "63a2d69c-1d6c-4a28-b61e-3879906c9b84"
    ],
    "album": "Fever",
    "release_id": "a1dbbded-33ad-4adb-a48e-b284952da55a",
    "release_group_id": null,
    "labels": [
        "Peckings"
    ],
    "label_ids": [
        "ff3ceafc-903b-4c62-81cb-fbc04999e0a0"
    ],
    "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"
}