Information about plays

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

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

{
    "id": 447392,
    "uri": "https://api.kexp.org/v2/plays/447392/?format=api",
    "airdate": "2001-07-21T15:43:20-07:00",
    "show": 7560,
    "show_uri": "https://api.kexp.org/v2/shows/7560/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JJTTFM05L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JJTTFM05L._SL75_.jpg",
    "song": "Just How Lonely",
    "track_id": "0d289a8e-01b7-408d-a5cb-f10040d1140c",
    "recording_id": null,
    "artist": "Southern Culture On The Skids",
    "artist_ids": [
        "90c88f94-8b70-49fd-9726-cadf4306ef42"
    ],
    "album": "Liquored Up and Lacquered Down",
    "release_id": "e72231e1-e138-4099-95f3-80d4016918f7",
    "release_group_id": null,
    "labels": [
        "TVT"
    ],
    "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"
}