Information about plays

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

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

{
    "id": 423922,
    "uri": "https://api.kexp.org/v2/plays/423922/?format=api",
    "airdate": "2001-05-13T04:46:40-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-j7TCeNTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-j7TCeNTL._SL75_.jpg",
    "song": "Communication",
    "track_id": "00194cc0-f6b5-47c3-99d0-983dfa169fab",
    "recording_id": null,
    "artist": "Béla Fleck and The Flecktones",
    "artist_ids": [
        "830dce6f-c9ff-4ebe-944b-2ea2ab22fcdf"
    ],
    "album": "Left of Cool",
    "release_id": "bc11d6b8-0b39-4644-a4ce-60c2cb87ee1c",
    "release_group_id": null,
    "labels": [
        "Warner Brothers"
    ],
    "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"
}