Information about plays

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

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

{
    "id": 415817,
    "uri": "https://api.kexp.org/v2/plays/415817/?format=api",
    "airdate": "2001-04-17T19:40:00-07:00",
    "show": 6938,
    "show_uri": "https://api.kexp.org/v2/shows/6938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pj-zI5txL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pj-zI5txL._SL75_.jpg",
    "song": "Neighborhoods",
    "track_id": "edf88b98-34ed-445c-a466-422b83e83f94",
    "recording_id": null,
    "artist": "Olu Dara",
    "artist_ids": [
        "c6a841d8-78d4-4b76-afa0-b848afaf5edb"
    ],
    "album": "Neighborhoods",
    "release_id": "8ee2a885-24d2-406a-8b2f-0c0a3c42a7c1",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}