Information about plays

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

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

{
    "id": 423886,
    "uri": "https://api.kexp.org/v2/plays/423886/?format=api",
    "airdate": "2001-05-13T01:54:00-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ExXg51trL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ExXg51trL._SL75_.jpg",
    "song": "Rama Communication (Beastmasters radio mix)",
    "track_id": "504eb319-80bb-452a-bd2a-8f7b2c906581",
    "recording_id": null,
    "artist": "State of Bengal",
    "artist_ids": [
        "3edce7a9-7d97-4a0b-96ef-e791101e67ed"
    ],
    "album": "Traveler '01",
    "release_id": "51a38808-f518-4971-83c0-563523480318",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2001-04-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}