Information about plays

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

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

{
    "id": 1269274,
    "uri": "https://api.kexp.org/v2/plays/1269274/?format=api",
    "airdate": "2007-08-20T15:52:20-07:00",
    "show": 22223,
    "show_uri": "https://api.kexp.org/v2/shows/22223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ukg9IVN4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ukg9IVN4L._SL75_.jpg",
    "song": "We Are Him",
    "track_id": "d435b2ac-1077-4fa6-bfaa-7b79a2149a7d",
    "recording_id": null,
    "artist": "Angels of Light",
    "artist_ids": [
        "310e4c19-d810-42f1-947f-76889e8bfcf2"
    ],
    "album": "We Are Him",
    "release_id": "b197fbef-6c65-4439-a4d1-584377c83079",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}