Information about plays

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

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

{
    "id": 535276,
    "uri": "https://api.kexp.org/v2/plays/535276/?format=api",
    "airdate": "2002-04-06T13:05:18-08:00",
    "show": 9273,
    "show_uri": "https://api.kexp.org/v2/shows/9273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NWVGMKK6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NWVGMKK6L._SL75_.jpg",
    "song": "Maggie Campbell",
    "track_id": "458c331b-afc6-40f8-b164-0bc1c544be00",
    "recording_id": null,
    "artist": "Dave Alvin",
    "artist_ids": [
        "306ebc54-d11c-4bf4-9f37-27adc37d00b4"
    ],
    "album": "Public Domain: Songs From the Wild Land",
    "release_id": "e4d67683-f939-4e01-8a58-86a916e47b61",
    "release_group_id": null,
    "labels": [
        "Hightone Music Group"
    ],
    "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"
}