Information about plays

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

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

{
    "id": 355889,
    "uri": "https://api.kexp.org/v2/plays/355889/?format=api",
    "airdate": "2019-07-18T05:12:22-07:00",
    "show": 5929,
    "show_uri": "https://api.kexp.org/v2/shows/5929/?format=api",
    "image_uri": "http://coverartarchive.org/release/8e2ce692-11cc-4c21-aacb-c95b4e2a2564/4326167172-250.jpg",
    "thumbnail_uri": "",
    "song": "Fireflies",
    "track_id": "a358f03d-0839-35fc-9066-cd1b5c5eb1f8",
    "recording_id": null,
    "artist": "Still Corners",
    "artist_ids": [
        "ea5493df-b8d9-4c89-bd5b-6c4aeba7a0ac"
    ],
    "album": "Strange Pleasures",
    "release_id": "8e2ce692-11cc-4c21-aacb-c95b4e2a2564",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I was just playing this nonstop in 2013, where did the time go?!?!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}