Information about plays

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

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

{
    "id": 1227802,
    "uri": "https://api.kexp.org/v2/plays/1227802/?format=api",
    "airdate": "2007-05-05T23:08:00-07:00",
    "show": 21510,
    "show_uri": "https://api.kexp.org/v2/shows/21510/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219NJSBCG1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219NJSBCG1L._SL75_.jpg",
    "song": "Bad Man",
    "track_id": "96b22d7a-a3ef-4c80-b593-b8753896a18d",
    "recording_id": null,
    "artist": "Oblivians",
    "artist_ids": [
        "ce74cdc0-447a-4581-a70b-cf1a1d1c1994"
    ],
    "album": "Popular Favorites",
    "release_id": "53030a5d-2bcf-4b0e-a67e-303a10d2384e",
    "release_group_id": null,
    "labels": [
        "Crypt Records"
    ],
    "label_ids": [
        "1d85980a-80d8-4588-abdc-4ab06469c800"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}