Information about plays

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

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

{
    "id": 490981,
    "uri": "https://api.kexp.org/v2/plays/490981/?format=api",
    "airdate": "2001-11-27T20:26: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/51K1DaVldDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51K1DaVldDL._SL75_.jpg",
    "song": "Via Payuta III",
    "track_id": "813c9c2e-4c86-402a-ae59-53de8ef9b60c",
    "recording_id": null,
    "artist": "Platon Andritsakis",
    "artist_ids": [
        "18c20f45-9cef-4f34-aa4a-36eb3786791c"
    ],
    "album": "Buddha-Bar III (disc 1: Dream)",
    "release_id": "4789970c-6fd6-4ac5-bfb6-587f3fa9fe6f",
    "release_group_id": null,
    "labels": [
        "Wagram"
    ],
    "label_ids": [
        "8387a032-b837-4bbf-b6e5-99ad9f7a0bdd"
    ],
    "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"
}