Information about plays

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

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

{
    "id": 421725,
    "uri": "https://api.kexp.org/v2/plays/421725/?format=api",
    "airdate": "2001-05-06T12:50:31-07:00",
    "show": 7063,
    "show_uri": "https://api.kexp.org/v2/shows/7063/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/211YRFH7P5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/211YRFH7P5L._SL75_.jpg",
    "song": "In the Morning",
    "track_id": "4ec95233-138f-4c8d-b6b0-79dbe1511de1",
    "recording_id": null,
    "artist": "The Dixie Hummingbirds",
    "artist_ids": [
        "59f465cf-5f6f-4ddf-bf3d-f56c7776d340"
    ],
    "album": "The Best of the Dixie Hummingbirds",
    "release_id": "b78ed89e-3356-46ea-abfc-535088a3cf78",
    "release_group_id": null,
    "labels": [],
    "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"
}