Information about plays

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

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

{
    "id": 416399,
    "uri": "https://api.kexp.org/v2/plays/416399/?format=api",
    "airdate": "2001-04-19T13:00:00-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CBP55JKPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CBP55JKPL._SL75_.jpg",
    "song": "West Cabaret Drive",
    "track_id": "05937393-d6f9-4f07-a0d2-4a84252168df",
    "recording_id": null,
    "artist": "Thee Michelle Gun Elephant",
    "artist_ids": [
        "3d693ab2-7c33-4b69-87bc-c105b5bbf547"
    ],
    "album": "Gear Blues",
    "release_id": "752cb070-1ad4-42ec-bf4d-c3c4d3dd9b34",
    "release_group_id": null,
    "labels": [
        "Triad"
    ],
    "label_ids": [
        "9097518e-bae0-48b3-bde3-2eeaa8861b3e"
    ],
    "release_date": "1998-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}