Information about plays

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

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

{
    "id": 532711,
    "uri": "https://api.kexp.org/v2/plays/532711/?format=api",
    "airdate": "2002-03-29T22:28:11-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/316MXQ0723L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/316MXQ0723L._SL75_.jpg",
    "song": "Lines Low to Frozen Ground",
    "track_id": "f9e1a250-d848-43b6-8f02-697bd2368da2",
    "recording_id": null,
    "artist": "Hood",
    "artist_ids": [
        "e5f2a453-68b5-48b0-85c4-9ec317dee0b0"
    ],
    "album": "Cold House",
    "release_id": "4a17dd9d-11f5-428f-b2ca-73be48f54837",
    "release_group_id": null,
    "labels": [
        "Domino Records"
    ],
    "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"
}