Information about plays

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

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

{
    "id": 490986,
    "uri": "https://api.kexp.org/v2/plays/490986/?format=api",
    "airdate": "2001-11-27T20:43: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/61HFSC1H2CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HFSC1H2CL._SL75_.jpg",
    "song": "Who Killed Bhangra?",
    "track_id": "c59b110d-9b12-4a75-be77-cd8f57cfa05c",
    "recording_id": null,
    "artist": "TJ Rehmi",
    "artist_ids": [
        "c63e4525-bea4-48f5-bf31-85e16ba27e98"
    ],
    "album": "Indestructible Asian Beats",
    "release_id": "74383016-4873-4069-82cf-eb9f8f2b2b94",
    "release_group_id": null,
    "labels": [
        "Manteca"
    ],
    "label_ids": [
        "97d24ff8-2093-4fa4-984f-534aa8f20119"
    ],
    "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"
}