Information about plays

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

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

{
    "id": 417857,
    "uri": "https://api.kexp.org/v2/plays/417857/?format=api",
    "airdate": "2001-04-24T20:13:20-07:00",
    "show": 6979,
    "show_uri": "https://api.kexp.org/v2/shows/6979/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QBRV09TZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QBRV09TZL._SL75_.jpg",
    "song": "Awake",
    "track_id": "230c43b8-c766-4c00-9a6f-a42c40ea6a2c",
    "recording_id": null,
    "artist": "Troublemakers",
    "artist_ids": [
        "adae038f-f39b-4ed3-bca8-dd1044a60f7c"
    ],
    "album": "Doubts & Convictions",
    "release_id": "23ffb375-1d3f-4b5a-ba41-076f169321a2",
    "release_group_id": null,
    "labels": [
        "Guidence"
    ],
    "label_ids": [],
    "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"
}