Information about plays

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

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

{
    "id": 441667,
    "uri": "https://api.kexp.org/v2/plays/441667/?format=api",
    "airdate": "2001-07-04T22:40:00-07:00",
    "show": 7451,
    "show_uri": "https://api.kexp.org/v2/shows/7451/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GF75AQCQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GF75AQCQL._SL75_.jpg",
    "song": "Cave",
    "track_id": "87012241-e9ba-40fc-8839-f73c8e803d39",
    "recording_id": null,
    "artist": "Rhythm Devils",
    "artist_ids": [
        "e9c08d09-ea1f-4f4a-9c80-088ec537ed20"
    ],
    "album": "The Apocalypse Now Sessions",
    "release_id": "5d8d6f2d-00c6-4f64-bf59-ddffccba66eb",
    "release_group_id": null,
    "labels": [
        "Ryko"
    ],
    "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"
}