Information about plays

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

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

{
    "id": 1360562,
    "uri": "https://api.kexp.org/v2/plays/1360562/?format=api",
    "airdate": "2008-04-10T16:36:51-07:00",
    "show": 23758,
    "show_uri": "https://api.kexp.org/v2/shows/23758/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-tSpV21TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-tSpV21TL._SL75_.jpg",
    "song": "Sun Giant",
    "track_id": "2017be4b-b95f-4977-9669-cdcafc454a70",
    "recording_id": null,
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Sun Giant",
    "release_id": "44346661-bdfe-44db-b31c-2b5cdc582dce",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-02-28",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}