Information about plays

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

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

{
    "id": 416284,
    "uri": "https://api.kexp.org/v2/plays/416284/?format=api",
    "airdate": "2001-04-19T06:03:31-07:00",
    "show": 6947,
    "show_uri": "https://api.kexp.org/v2/shows/6947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T0SP5ARJL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T0SP5ARJL._SL75_.gif",
    "song": "Candlelight",
    "track_id": "ec79ab98-e1e5-448e-8d20-791843913c8a",
    "recording_id": null,
    "artist": "Urchin",
    "artist_ids": [
        "f8a643a0-1dff-42f0-a9aa-4d8abfea57fc"
    ],
    "album": "Urchin",
    "release_id": "7cb1d1b3-b528-409b-9a6f-25ae6b2bc577",
    "release_group_id": null,
    "labels": [
        "Waveform"
    ],
    "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"
}