Information about plays

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

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

{
    "id": 449447,
    "uri": "https://api.kexp.org/v2/plays/449447/?format=api",
    "airdate": "2001-07-27T14:10:00-07:00",
    "show": 7597,
    "show_uri": "https://api.kexp.org/v2/shows/7597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61cGMHPICqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61cGMHPICqL._SL75_.jpg",
    "song": "Ritual of the Nile",
    "track_id": "9a36a93d-90dc-45aa-bc5b-e961eef04f20",
    "recording_id": null,
    "artist": "J. Boogie's Dubtronic Science",
    "artist_ids": [
        "1e68e986-e1f7-42ef-be43-086c858db02e"
    ],
    "album": "Deeper Concentration",
    "release_id": "673e36fa-b005-44bd-ba32-edd48d850b4c",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}