Information about plays

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

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

{
    "id": 533384,
    "uri": "https://api.kexp.org/v2/plays/533384/?format=api",
    "airdate": "2002-04-01T02:06:15-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3174M8ZV8CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3174M8ZV8CL._SL75_.jpg",
    "song": "Ride",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Dandys Rule, OK?",
    "release_id": "44d2ff86-84a0-4669-b161-cc41c4bdee8a",
    "release_group_id": null,
    "labels": [
        "Tim Kerr"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}