Information about plays

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

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

{
    "id": 449192,
    "uri": "https://api.kexp.org/v2/plays/449192/?format=api",
    "airdate": "2001-07-26T19:40:54-07:00",
    "show": 7592,
    "show_uri": "https://api.kexp.org/v2/shows/7592/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514N7lPtMxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514N7lPtMxL._SL75_.jpg",
    "song": "Truck Driver's Coffee Shop",
    "track_id": "1c481d7c-7e73-4843-817a-b9180ba72058",
    "recording_id": null,
    "artist": "Dick Reinhart and His Lone Star Boys",
    "artist_ids": [
        "29519a8d-e062-478e-b18e-43d57f17a2e4"
    ],
    "album": "Truck Driver's Boogie: Big Rig Hits, Volume 1: 1939-1969",
    "release_id": "f405d372-7409-4106-bed5-668fb2277595",
    "release_group_id": null,
    "labels": [
        "Country Music Hall of Fame/Audium"
    ],
    "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"
}