Information about plays

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

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

{
    "id": 499530,
    "uri": "https://api.kexp.org/v2/plays/499530/?format=api",
    "airdate": "2001-12-22T21:00:00-08:00",
    "show": 8574,
    "show_uri": "https://api.kexp.org/v2/shows/8574/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4136CW5X35L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4136CW5X35L._SL75_.jpg",
    "song": "Apache",
    "track_id": "7ded8037-8cae-4fbf-bcf9-19afff915862",
    "recording_id": null,
    "artist": "Incredible Bongo Band",
    "artist_ids": [
        "f72131c1-b677-4324-84c0-9f5991fe4a4e"
    ],
    "album": "On the Floor at the Boutique",
    "release_id": "4e48d986-ca1d-47f4-8694-7477aea0f159",
    "release_group_id": null,
    "labels": [
        "Alpha Omega"
    ],
    "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"
}