Information about plays

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

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

{
    "id": 1295485,
    "uri": "https://api.kexp.org/v2/plays/1295485/?format=api",
    "airdate": "2007-10-26T14:08:15-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61kFT-bpsXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61kFT-bpsXL._SL75_.jpg",
    "song": "Crocodile",
    "track_id": "d3a874a3-67f1-4c45-aae3-41539d1b6608",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Oblivion With Bells",
    "release_id": "685c1dc4-ac9f-47e0-a9c2-ce2839437dc7",
    "release_group_id": null,
    "labels": [
        "[PIAS] Recordings"
    ],
    "label_ids": [
        "05dac601-c683-4c02-afc4-4a03cd01c25f"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}