Information about plays

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

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

{
    "id": 1391884,
    "uri": "https://api.kexp.org/v2/plays/1391884/?format=api",
    "airdate": "2008-06-30T11:21:37-07:00",
    "show": 24294,
    "show_uri": "https://api.kexp.org/v2/shows/24294/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZJoZk8IIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZJoZk8IIL._SL75_.jpg",
    "song": "Theme From \"A Perfect Light Awaits Me\"",
    "track_id": "bf592a2c-2c54-49b5-8ce1-fd54056b19f0",
    "recording_id": null,
    "artist": "{{{Sunset}}}",
    "artist_ids": [
        "19d1555f-a26f-48a6-b4c7-6318aceed8db"
    ],
    "album": "The Glowing City",
    "release_id": "94dc0fbf-a7ce-41ac-8fc7-fe496d606d2c",
    "release_group_id": null,
    "labels": [
        "Autobus Recs"
    ],
    "label_ids": [
        "029d63e8-ffce-4d49-a300-1dfd2daf33b7"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}