Information about plays

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

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

{
    "id": 533505,
    "uri": "https://api.kexp.org/v2/plays/533505/?format=api",
    "airdate": "2002-04-01T10:54:23-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yawxqa0DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yawxqa0DL._SL75_.jpg",
    "song": "Sunday",
    "track_id": null,
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "A Thousand Leaves",
    "release_id": "911b22a9-1350-472c-8430-58265c13604d",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "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"
}