Information about plays

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

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

{
    "id": 1216090,
    "uri": "https://api.kexp.org/v2/plays/1216090/?format=api",
    "airdate": "2007-04-06T08:11:28-07:00",
    "show": 21311,
    "show_uri": "https://api.kexp.org/v2/shows/21311/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5186I8g4RGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5186I8g4RGL._SL75_.jpg",
    "song": "Anything Anything (I'll Give You)",
    "track_id": null,
    "recording_id": null,
    "artist": "Dramarama",
    "artist_ids": [
        "82de13af-4af0-4e43-8491-e1b779cb4b7b"
    ],
    "album": "Box Office Bomb Plus... The Best of Cinema Verite",
    "release_id": "d2e77c45-66cc-4df4-a231-35c4a1df497d",
    "release_group_id": null,
    "labels": [
        "?"
    ],
    "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"
}