Information about plays

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

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

{
    "id": 414363,
    "uri": "https://api.kexp.org/v2/plays/414363/?format=api",
    "airdate": "2001-01-02T00:48:17-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qcpos2v5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qcpos2v5L._SL75_.jpg",
    "song": "I Know I’ll See You",
    "track_id": "a556e29f-c4c8-4cfc-a811-b7c1b3c2bb2e",
    "recording_id": null,
    "artist": "A Place to Bury Strangers",
    "artist_ids": [
        "99fe4613-84ec-4f48-bb4f-f036880ed2ac"
    ],
    "album": "A Place to Bury Strangers",
    "release_id": "9e734187-a4e9-460a-9191-0a6e08fe0080",
    "release_group_id": null,
    "labels": [
        "Killer Pimp"
    ],
    "label_ids": [
        "a64f6346-ca00-43cd-b5f9-2ab42916d834"
    ],
    "release_date": "2007-08-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}