Information about plays

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

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

{
    "id": 416548,
    "uri": "https://api.kexp.org/v2/plays/416548/?format=api",
    "airdate": "2001-04-19T22:13:20-07:00",
    "show": 6951,
    "show_uri": "https://api.kexp.org/v2/shows/6951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YGZKEKGVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YGZKEKGVL._SL75_.jpg",
    "song": "sphere of no form/silence-",
    "track_id": null,
    "recording_id": null,
    "artist": "Biosphere",
    "artist_ids": [
        "a5ee1ebe-a645-45d2-8319-d101fe62e581"
    ],
    "album": "Substrata",
    "release_id": "c6f1a30b-82e0-4121-bdd6-3d4233d28c6b",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "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"
}