Information about plays

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

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

{
    "id": 461945,
    "uri": "https://api.kexp.org/v2/plays/461945/?format=api",
    "airdate": "2001-09-01T21:40:00-07:00",
    "show": 7842,
    "show_uri": "https://api.kexp.org/v2/shows/7842/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61f7sb8ldLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61f7sb8ldLL._SL75_.jpg",
    "song": "ELECTRIC VINDALOO STEINSKI",
    "track_id": null,
    "recording_id": null,
    "artist": "Kalyanji Anandji",
    "artist_ids": [
        "5316ee10-f6aa-412b-b2da-43115f7a5514"
    ],
    "album": "Bombay 2: Electric Vindaloo",
    "release_id": "24a60384-45d8-4f88-8a3b-a8a5432f551c",
    "release_group_id": null,
    "labels": [
        "motel 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"
}