Information about plays

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

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

{
    "id": 1307166,
    "uri": "https://api.kexp.org/v2/plays/1307166/?format=api",
    "airdate": "2007-11-26T22:50:25-08:00",
    "show": 22867,
    "show_uri": "https://api.kexp.org/v2/shows/22867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eYfBDarML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eYfBDarML._SL75_.jpg",
    "song": "Pearl",
    "track_id": "1893393f-2811-449f-9e80-c828e3df6ab7",
    "recording_id": null,
    "artist": "Maritime",
    "artist_ids": [
        "dbc59d71-6d29-4563-ba89-a60bab1c0f40"
    ],
    "album": "Heresy and the Hotel Choir",
    "release_id": "2e859db3-6810-40dd-a93f-177c10db0ea7",
    "release_group_id": null,
    "labels": [
        "Flameshovel"
    ],
    "label_ids": [
        "e3a67877-654e-4c5b-b855-7ab7184c926f"
    ],
    "release_date": "2007-10-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}