Information about plays

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

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

{
    "id": 350005,
    "uri": "https://api.kexp.org/v2/plays/350005/?format=api",
    "airdate": "2019-07-04T11:02:56-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/fc2df462-6212-430d-8fde-4de5c84a733d/14355920356-250.jpg",
    "thumbnail_uri": "",
    "song": "4th of July",
    "track_id": "e2fced71-7648-3ac1-8041-7ab2b500c58f",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "See How We Are",
    "release_id": "fc2df462-6212-430d-8fde-4de5c84a733d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}