Information about plays

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

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

{
    "id": 418397,
    "uri": "https://api.kexp.org/v2/plays/418397/?format=api",
    "airdate": "2001-04-26T08:30:00-07:00",
    "show": 6990,
    "show_uri": "https://api.kexp.org/v2/shows/6990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FtoXl84BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FtoXl84BL._SL75_.jpg",
    "song": "Analogue Bubblebath",
    "track_id": null,
    "recording_id": null,
    "artist": "AFX",
    "artist_ids": [
        "87225a21-c925-41cd-852f-be4b052d0824"
    ],
    "album": "Analogue Bubblebath",
    "release_id": "f4e39fbf-743c-4186-bd23-2a5be5365551",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}