Information about plays

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

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

{
    "id": 350419,
    "uri": "https://api.kexp.org/v2/plays/350419/?format=api",
    "airdate": "2019-07-05T10:57:23-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/396cd5db-a240-4111-bd64-140064a4a0e9/9635897322-250.jpg",
    "thumbnail_uri": "",
    "song": "The Glory of Man",
    "track_id": "19761fec-3698-3b97-ba1b-79ff2f2b9f2d",
    "recording_id": null,
    "artist": "Minutemen",
    "artist_ids": [
        "d4ad0149-d8ae-4105-8009-0221fce9ff35"
    ],
    "album": "Double Nickels on the Dime",
    "release_id": "396cd5db-a240-4111-bd64-140064a4a0e9",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}