Information about plays

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

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

{
    "id": 421591,
    "uri": "https://api.kexp.org/v2/plays/421591/?format=api",
    "airdate": "2001-05-05T21:16:40-07:00",
    "show": 7060,
    "show_uri": "https://api.kexp.org/v2/shows/7060/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5146-wIKaiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5146-wIKaiL._SL75_.jpg",
    "song": "The Path",
    "track_id": "75571a9a-1fbd-4105-ae6e-15a0ba70f37f",
    "recording_id": null,
    "artist": "Teebee vs. Future Prophecies",
    "artist_ids": [
        "b04aee95-ec97-4837-a702-e5d500b58005"
    ],
    "album": "The Deeper Side of Drum & Bass",
    "release_id": "e91dddbe-4cfc-40cd-9ea1-a7df6d2a029e",
    "release_group_id": null,
    "labels": [
        "Subtitles Music"
    ],
    "label_ids": [
        "f190d3f7-cf61-4db5-b30c-23aefdb8b1a6"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}