Information about plays

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

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

{
    "id": 414796,
    "uri": "https://api.kexp.org/v2/plays/414796/?format=api",
    "airdate": "2001-04-12T16:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z2RYK1GSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z2RYK1GSL._SL75_.jpg",
    "song": "Compared to What",
    "track_id": "a5e48412-8c9b-4421-b781-480b4e1aff55",
    "recording_id": null,
    "artist": "David Holmes",
    "artist_ids": [
        "a53f5eed-f9f1-4cf1-9994-4c9374904790"
    ],
    "album": "Bow Down to the Exit Sign",
    "release_id": "f6d207e7-851c-4bc7-aaa1-a70190e795cd",
    "release_group_id": null,
    "labels": [
        "1500Records"
    ],
    "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"
}