Information about plays

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

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

{
    "id": 417738,
    "uri": "https://api.kexp.org/v2/plays/417738/?format=api",
    "airdate": "2001-04-24T11:33:45-07:00",
    "show": 6977,
    "show_uri": "https://api.kexp.org/v2/shows/6977/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61toqQChxpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61toqQChxpL._SL75_.jpg",
    "song": "Helpline Operator",
    "track_id": null,
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Dusk",
    "release_id": "8ec76c59-aae8-4726-9d3a-1dabfa55c3b6",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}