Information about plays

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

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

{
    "id": 1394126,
    "uri": "https://api.kexp.org/v2/plays/1394126/?format=api",
    "airdate": "2008-07-05T23:50:00-07:00",
    "show": 24328,
    "show_uri": "https://api.kexp.org/v2/shows/24328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516TUZ-Q0wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516TUZ-Q0wL._SL75_.jpg",
    "song": "Hell-O)))-Ween",
    "track_id": "3674f013-12e7-42f9-aa5f-771949acf990",
    "recording_id": null,
    "artist": "Sunn O)))",
    "artist_ids": [
        "1d3da898-4fb4-4445-b704-cd7315e01789"
    ],
    "album": "White2",
    "release_id": "6a291bd0-cc9d-41b8-899b-b1519b0b5034",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}