Information about plays

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

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

{
    "id": 1297102,
    "uri": "https://api.kexp.org/v2/plays/1297102/?format=api",
    "airdate": "2007-10-31T18:29:18-07:00",
    "show": 22695,
    "show_uri": "https://api.kexp.org/v2/shows/22695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41yQmDHp6pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41yQmDHp6pL._SL75_.jpg",
    "song": "'Til the Following Night",
    "track_id": "6241804f-4c44-48bc-b0db-80f0fbfcbab1",
    "recording_id": null,
    "artist": "Screaming Lord Sutch",
    "artist_ids": [
        "e1079a78-75d4-4a1a-aef1-0be051386598"
    ],
    "album": "Story",
    "release_id": "81c5452a-dc52-4736-8728-49fbe7f35ef3",
    "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"
}