Information about plays

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

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

{
    "id": 1375990,
    "uri": "https://api.kexp.org/v2/plays/1375990/?format=api",
    "airdate": "2008-05-19T11:40:15-07:00",
    "show": 24018,
    "show_uri": "https://api.kexp.org/v2/shows/24018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LSsdx0N0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LSsdx0N0L._SL75_.jpg",
    "song": "Sleepdriving",
    "track_id": null,
    "recording_id": null,
    "artist": "Grand Archives",
    "artist_ids": [
        "fc578469-4f38-4029-9e2f-0a4c9103277a"
    ],
    "album": "The Grand Archives",
    "release_id": "967e3e5c-7391-4fe1-995a-bc95d284b83d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}