Information about plays

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

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

{
    "id": 449191,
    "uri": "https://api.kexp.org/v2/plays/449191/?format=api",
    "airdate": "2001-07-26T19:38:10-07:00",
    "show": 7592,
    "show_uri": "https://api.kexp.org/v2/shows/7592/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pYHnWSymL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pYHnWSymL._SL75_.jpg",
    "song": "Back in the Saddle Again",
    "track_id": "b9cd33a8-17d9-4055-ae12-cb070fe14ac2",
    "recording_id": null,
    "artist": "Gene Autry",
    "artist_ids": [
        "675b7627-6b5d-4a46-a728-785cb24a299e"
    ],
    "album": "The Essential Gene Autry 1933-1946",
    "release_id": "ebc6aa6f-ae0c-4532-82e6-ed3592800745",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "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"
}