Information about plays

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

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

{
    "id": 533391,
    "uri": "https://api.kexp.org/v2/plays/533391/?format=api",
    "airdate": "2002-04-01T02:30:59-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218C0VNH05L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218C0VNH05L._SL75_.jpg",
    "song": "Macaque",
    "track_id": null,
    "recording_id": null,
    "artist": "Failure",
    "artist_ids": [
        "f0ed9f50-70b9-4406-9374-7d76ae21a04a"
    ],
    "album": "Comfort",
    "release_id": "8cd9b43e-c796-4a5b-bf59-7fa55abb64a4",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1992-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}