Information about plays

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

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

{
    "id": 1307622,
    "uri": "https://api.kexp.org/v2/plays/1307622/?format=api",
    "airdate": "2007-11-28T01:27:45-08:00",
    "show": 22874,
    "show_uri": "https://api.kexp.org/v2/shows/22874/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W-6gb5niL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W-6gb5niL._SL75_.jpg",
    "song": "Creature from the Black Leather Lagoon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Creature from the Black Leather Lagoon",
    "release_id": "6055d135-9b11-4c87-8e5f-2bc573bc52d0",
    "release_group_id": null,
    "labels": [
        "Enigma Records"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}