Information about plays

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

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

{
    "id": 414518,
    "uri": "https://api.kexp.org/v2/plays/414518/?format=api",
    "airdate": "2001-04-09T08:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317MJM2HYDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317MJM2HYDL._SL75_.jpg",
    "song": "I Will Miss the Holy Garden",
    "track_id": null,
    "recording_id": null,
    "artist": "Silent Poets",
    "artist_ids": [
        "d64f0d37-ca03-43c8-9ecb-13faa39f1b74"
    ],
    "album": "To Come...",
    "release_id": "3566c002-a04d-480f-8246-640e9f4e8108",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}