Information about plays

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

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

{
    "id": 1196141,
    "uri": "https://api.kexp.org/v2/plays/1196141/?format=api",
    "airdate": "2007-02-12T21:27:50-08:00",
    "show": 20969,
    "show_uri": "https://api.kexp.org/v2/shows/20969/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YVP9DQQCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YVP9DQQCL._SL75_.jpg",
    "song": "Lost in the Plot",
    "track_id": "d76fb4de-f4b8-4650-ac97-4c77fa4af137",
    "recording_id": null,
    "artist": "The Dears",
    "artist_ids": [
        "ca7ce20f-c735-4ad9-b664-d8d83b3c7948"
    ],
    "album": "No Cities Left",
    "release_id": "a37f41c4-f471-4891-8cb2-f54466b614d6",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}