Information about plays

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

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

{
    "id": 1296167,
    "uri": "https://api.kexp.org/v2/plays/1296167/?format=api",
    "airdate": "2007-10-28T16:52:30-07:00",
    "show": 22676,
    "show_uri": "https://api.kexp.org/v2/shows/22676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JFRK87WNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JFRK87WNL._SL75_.jpg",
    "song": "Needles in the Camel's Eye",
    "track_id": null,
    "recording_id": null,
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Here Come the Warm Jets",
    "release_id": "46a2f184-ef38-4025-a6e8-c0507f790d90",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}