Information about plays

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

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

{
    "id": 423965,
    "uri": "https://api.kexp.org/v2/plays/423965/?format=api",
    "airdate": "2001-05-13T11:27:00-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21QPGWGW7YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21QPGWGW7YL._SL75_.jpg",
    "song": "Expressin' the Blues",
    "track_id": "b0d09480-86b3-4ac6-af48-917e0148c493",
    "recording_id": null,
    "artist": "Guitar Gabriel",
    "artist_ids": [
        "966f53e7-224f-4f23-b8c4-a89ce3252548"
    ],
    "album": "Expressin' the Blues",
    "release_id": "edc42dc3-d30a-4e2e-b11f-1509a53bc381",
    "release_group_id": null,
    "labels": [
        "Cello"
    ],
    "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"
}