Information about plays

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

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

{
    "id": 415334,
    "uri": "https://api.kexp.org/v2/plays/415334/?format=api",
    "airdate": "2001-04-16T13:36:40-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HcjxthoVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HcjxthoVL._SL75_.jpg",
    "song": "Witches",
    "track_id": null,
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "C'mon",
    "release_id": "2973fd2e-bbb4-4264-9ab0-2788a6d8bfc9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-04-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}