Information about plays

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

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

{
    "id": 490988,
    "uri": "https://api.kexp.org/v2/plays/490988/?format=api",
    "airdate": "2001-11-27T20:49:00-08:00",
    "show": 8413,
    "show_uri": "https://api.kexp.org/v2/shows/8413/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31MAPCXZWJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31MAPCXZWJL._SL75_.jpg",
    "song": "Gandhi Khan",
    "track_id": null,
    "recording_id": null,
    "artist": "Armand van Helden",
    "artist_ids": [
        "b09b5127-c62e-4bb2-b790-1e4aa18749ed"
    ],
    "album": "Gandhi Khan",
    "release_id": "6d26827c-66fc-413e-b733-016a032d7cca",
    "release_group_id": null,
    "labels": [
        "Armed records"
    ],
    "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"
}