Information about plays

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

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

{
    "id": 1352383,
    "uri": "https://api.kexp.org/v2/plays/1352383/?format=api",
    "airdate": "2008-03-21T02:48:08-07:00",
    "show": 23622,
    "show_uri": "https://api.kexp.org/v2/shows/23622/?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": "A Setting Sun",
    "track_id": "b4889b68-5dfb-40c4-ad61-02403e72e3ba",
    "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": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}