Information about plays

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

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

{
    "id": 1351392,
    "uri": "https://api.kexp.org/v2/plays/1351392/?format=api",
    "airdate": "2008-03-18T19:53:33-07:00",
    "show": 23608,
    "show_uri": "https://api.kexp.org/v2/shows/23608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VG9RvKOBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VG9RvKOBL._SL75_.jpg",
    "song": "Cumbia Del Leon",
    "track_id": "08ed4fa0-8b1d-4bfc-9359-8fa5065453bc",
    "recording_id": null,
    "artist": "The Lions",
    "artist_ids": [
        "172d5903-21ba-4ce9-b577-a7d057152c46"
    ],
    "album": "Jungle Struttin'",
    "release_id": "351db41f-41e2-49db-aee6-5828c9185e0c",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}