Information about plays

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

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

{
    "id": 1295414,
    "uri": "https://api.kexp.org/v2/plays/1295414/?format=api",
    "airdate": "2007-10-26T08:56:01-07:00",
    "show": 22660,
    "show_uri": "https://api.kexp.org/v2/shows/22660/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GA1ZF5Q2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GA1ZF5Q2L._SL75_.jpg",
    "song": "A Letter From Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Ulrich Schnauss",
    "artist_ids": [
        "29f6333a-b4c8-4416-8fdf-598bcef1122a"
    ],
    "album": "A Strangely Isolated Place",
    "release_id": "46ef66b9-17ec-4809-b3b2-88549cbff46a",
    "release_group_id": null,
    "labels": [
        "City Centre Offices"
    ],
    "label_ids": [
        "0912a668-581e-4643-9a38-195e65dcbce5"
    ],
    "release_date": "2003-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}