Information about plays

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

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

{
    "id": 354533,
    "uri": "https://api.kexp.org/v2/plays/354533/?format=api",
    "airdate": "2019-07-15T04:09:09-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "http://coverartarchive.org/release/0afbc7ec-7e22-4a1f-a64c-bb55f4761e4e/16225361207-250.jpg",
    "thumbnail_uri": "",
    "song": "Somos chulas (no somos pendejas)",
    "track_id": "39e37d1d-d827-4695-b227-650245ced2e4",
    "recording_id": null,
    "artist": "Downtown Boys",
    "artist_ids": [
        "4bab4841-5584-4c04-a933-3f537fbe3aad"
    ],
    "album": "Somos chulas (no somos pendejas)",
    "release_id": "0afbc7ec-7e22-4a1f-a64c-bb55f4761e4e",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-03-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're Elegant/Intelligent (We're Not Dumb)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}