Information about plays

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

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

{
    "id": 1381274,
    "uri": "https://api.kexp.org/v2/plays/1381274/?format=api",
    "airdate": "2008-06-02T19:05:52-07:00",
    "show": 24112,
    "show_uri": "https://api.kexp.org/v2/shows/24112/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61OVHbpvinL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61OVHbpvinL._SL75_.jpg",
    "song": "Toumast",
    "track_id": "c65dcf2e-9360-4081-ad2c-da30e7b75323",
    "recording_id": null,
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "Aman Iman: Water Is Life",
    "release_id": "9e50d45c-7dd5-4317-b87d-7d017aec7066",
    "release_group_id": null,
    "labels": [
        "World Village"
    ],
    "label_ids": [
        "5518f9d4-e198-4850-8c2c-296271a417fe"
    ],
    "release_date": "2007-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}