Information about plays

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

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

{
    "id": 465074,
    "uri": "https://api.kexp.org/v2/plays/465074/?format=api",
    "airdate": "2001-09-11T09:25:42-07:00",
    "show": 7902,
    "show_uri": "https://api.kexp.org/v2/shows/7902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410JVBMF1XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410JVBMF1XL._SL75_.jpg",
    "song": "With No Definite Future and No Purpose Other Than to Prevail Somehow",
    "track_id": "cd0868f1-1480-4f69-a9d1-3aab7f1ed982",
    "recording_id": null,
    "artist": "The Mermen",
    "artist_ids": [
        "30ca33c0-a703-425a-8d96-599e38732409"
    ],
    "album": "A Glorious Lethal Euphoria",
    "release_id": "cf6b3110-9bd8-4d5b-8161-9fab56300e1d",
    "release_group_id": null,
    "labels": [
        "Toadophile"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}