Information about plays

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

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

{
    "id": 1177933,
    "uri": "https://api.kexp.org/v2/plays/1177933/?format=api",
    "airdate": "2006-12-28T14:32:24-08:00",
    "show": 20655,
    "show_uri": "https://api.kexp.org/v2/shows/20655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21DF5N32M7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21DF5N32M7L._SL75_.jpg",
    "song": "Flutes of Chi",
    "track_id": null,
    "recording_id": null,
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "White Pepper",
    "release_id": "910bb52c-3569-4a52-91ec-7993f29a8035",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2000-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}