Information about plays

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

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

{
    "id": 467125,
    "uri": "https://api.kexp.org/v2/plays/467125/?format=api",
    "airdate": "2001-09-17T15:12:00-07:00",
    "show": 7947,
    "show_uri": "https://api.kexp.org/v2/shows/7947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5167qCYBZPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5167qCYBZPL._SL75_.jpg",
    "song": "Stood on Gold",
    "track_id": "de4fa697-4dd6-4e96-81e8-271deef5563d",
    "recording_id": null,
    "artist": "Gorky's Zygotic Mynci",
    "artist_ids": [
        "4015f3f8-2711-41de-b80b-4fee07373b12"
    ],
    "album": "How I Long to Feel That Summer in My Heart",
    "release_id": "58b708fc-1485-4b4c-98e9-6fefa4411443",
    "release_group_id": null,
    "labels": [
        "Mantra"
    ],
    "label_ids": [
        "cf0deaf8-b99c-46a2-b977-c2b6efe041da"
    ],
    "release_date": "2001-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}