Information about plays

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

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

{
    "id": 1387661,
    "uri": "https://api.kexp.org/v2/plays/1387661/?format=api",
    "airdate": "2008-06-19T21:40:42-07:00",
    "show": 24223,
    "show_uri": "https://api.kexp.org/v2/shows/24223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517Xmq9LTwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517Xmq9LTwL._SL75_.jpg",
    "song": "Battleship Grey",
    "track_id": "7e955652-62be-4550-bca1-d98c51f092ea",
    "recording_id": null,
    "artist": "Kirsty Hawkshaw",
    "artist_ids": [
        "1fb15a78-f73c-4583-8090-ea5e6cfd7e16"
    ],
    "album": "Meta-Message",
    "release_id": "21f62a21-a60c-48bf-847a-173131985f91",
    "release_group_id": null,
    "labels": [
        "Nettwerk UK"
    ],
    "label_ids": [
        "2a97f007-c0f7-41c4-98a7-72a366d559cc"
    ],
    "release_date": "2005-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}