Information about plays

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

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

{
    "id": 416222,
    "uri": "https://api.kexp.org/v2/plays/416222/?format=api",
    "airdate": "2001-04-19T02:16:40-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QoC7vhLCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QoC7vhLCL._SL75_.jpg",
    "song": "Loved on Look",
    "track_id": "918c5669-5c84-4324-88a1-b4804b27dc04",
    "recording_id": null,
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "Tremendous Efforts",
    "release_id": "d35f81af-117d-4dad-809b-f197f957088c",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}