Information about plays

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

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

{
    "id": 451547,
    "uri": "https://api.kexp.org/v2/plays/451547/?format=api",
    "airdate": "2001-08-02T19:27:16-07:00",
    "show": 7636,
    "show_uri": "https://api.kexp.org/v2/shows/7636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YTab269ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YTab269ZL._SL75_.jpg",
    "song": "Pistol Packin' Mama",
    "track_id": "b058cbdb-8a15-4edb-99bc-e342794b7222",
    "recording_id": null,
    "artist": "Al Dexter and His Troopers",
    "artist_ids": [
        "6e97c204-07f3-46c5-bd23-9635acb267f0"
    ],
    "album": "Pistol Packin' Mama",
    "release_id": "d5b0c3f1-8891-4b7b-b48b-dfd5d4618867",
    "release_group_id": null,
    "labels": [
        "ASV"
    ],
    "label_ids": [],
    "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"
}