Information about plays

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

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

{
    "id": 444528,
    "uri": "https://api.kexp.org/v2/plays/444528/?format=api",
    "airdate": "2001-07-12T21:37:30-07:00",
    "show": 7502,
    "show_uri": "https://api.kexp.org/v2/shows/7502/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HQEC3J8EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HQEC3J8EL._SL75_.jpg",
    "song": "Hold On Dub",
    "track_id": "8d27e212-56bc-4d89-ba2b-70d8a967fa5c",
    "recording_id": null,
    "artist": "Half Pint",
    "artist_ids": [
        "caa8844b-6a16-4100-b2ae-622b2edf5055"
    ],
    "album": "Recollection",
    "release_id": "e6925773-cf54-47a2-8c05-aeb065b88dab",
    "release_group_id": null,
    "labels": [
        "Cornerstone"
    ],
    "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"
}