Information about plays

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

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

{
    "id": 449202,
    "uri": "https://api.kexp.org/v2/plays/449202/?format=api",
    "airdate": "2001-07-26T20:09:28-07:00",
    "show": 7592,
    "show_uri": "https://api.kexp.org/v2/shows/7592/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/312C7CA3JAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/312C7CA3JAL._SL75_.jpg",
    "song": "Fox on the Run",
    "track_id": null,
    "recording_id": null,
    "artist": "Emerson, Lake & Palmer",
    "artist_ids": [
        "ad996aef-cc1c-42ac-af5c-619c370f4b8a"
    ],
    "album": "The Best of Emerson, Lake & Palmer",
    "release_id": "9ca9364d-25c7-49bd-a8af-65a5de81da9e",
    "release_group_id": null,
    "labels": [
        "Rebel"
    ],
    "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"
}