Information about plays

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

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

{
    "id": 531694,
    "uri": "https://api.kexp.org/v2/plays/531694/?format=api",
    "airdate": "2002-03-27T08:30:58-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N2K4DN7BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N2K4DN7BL._SL75_.jpg",
    "song": "Dial: Revenge",
    "track_id": "cb90b8a4-61dc-4c2d-8509-342180252fe7",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Rock Action",
    "release_id": "33a19b38-195f-4d41-82aa-60784b63e008",
    "release_group_id": null,
    "labels": [
        "Pias Recordings/Southpaw Recordings"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}