Information about plays

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

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

{
    "id": 376658,
    "uri": "https://api.kexp.org/v2/plays/376658/?format=api",
    "airdate": "2019-09-04T17:29:56-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Hole, Son",
    "track_id": "aa7cde7a-bbd6-4443-8497-bee12d734a13",
    "recording_id": null,
    "artist": "Field Mouse",
    "artist_ids": [
        "9a16bdeb-ef43-44b4-b24d-1c2d0e9fabfe"
    ],
    "album": "Meaning",
    "release_id": "cb5c2a9f-0257-41b5-9a83-7a4f5036ca55",
    "release_group_id": null,
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the Brooklyn, New York band. https://fieldmouse.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}