Information about plays

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

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

{
    "id": 1308133,
    "uri": "https://api.kexp.org/v2/plays/1308133/?format=api",
    "airdate": "2007-11-29T07:17:32-08:00",
    "show": 22881,
    "show_uri": "https://api.kexp.org/v2/shows/22881/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PGDTVDnOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PGDTVDnOL._SL75_.jpg",
    "song": "The Cedar Room",
    "track_id": null,
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "398f5939-cd4d-4099-87a6-3e68a4760072",
    "release_group_id": null,
    "labels": [
        "B00004Z42C"
    ],
    "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"
}