Information about plays

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

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

{
    "id": 1177914,
    "uri": "https://api.kexp.org/v2/plays/1177914/?format=api",
    "airdate": "2006-12-28T13:06:29-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OtC%2Busb0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OtC%2Busb0L._SL75_.jpg",
    "song": "Intervention",
    "track_id": null,
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Neon Bible",
    "release_id": "b326d239-245a-49b5-b5e1-2adb94df7740",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-03-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}