Information about plays

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

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

{
    "id": 455106,
    "uri": "https://api.kexp.org/v2/plays/455106/?format=api",
    "airdate": "2001-08-13T07:17:38-07:00",
    "show": 7706,
    "show_uri": "https://api.kexp.org/v2/shows/7706/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YXzGSJiHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YXzGSJiHL._SL75_.jpg",
    "song": "The Great Decay",
    "track_id": "b80a613d-d4a5-461c-b351-660a54d0f7ff",
    "recording_id": null,
    "artist": "Cursive",
    "artist_ids": [
        "c4153c51-b4ac-4183-beb3-c5dbfce39176"
    ],
    "album": "Burst and Bloom",
    "release_id": "241f5ec1-4dd5-4e81-a8fe-9a8afcd66b03",
    "release_group_id": null,
    "labels": [
        "Saddle Creek"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}