Information about plays

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

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

{
    "id": 1195747,
    "uri": "https://api.kexp.org/v2/plays/1195747/?format=api",
    "airdate": "2007-02-11T21:00:01-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X8WDN5VCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X8WDN5VCL._SL75_.jpg",
    "song": "Invocation of the Clown",
    "track_id": "b5c14c13-1ade-477e-a5ce-18908e0fe4b7",
    "recording_id": null,
    "artist": "daKAH Hip Hop Orchestra",
    "artist_ids": [
        "1d7cc7d8-d7ed-4675-b3cb-b32eca932b5b"
    ],
    "album": "Unfinished Symphony",
    "release_id": "13244986-26cb-4885-912d-fe9698d304ae",
    "release_group_id": null,
    "labels": [
        "Rhythm King"
    ],
    "label_ids": [
        "0598ae50-7b54-443e-a17b-6b4805bd9c4f"
    ],
    "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"
}