Information about plays

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

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

{
    "id": 348625,
    "uri": "https://api.kexp.org/v2/plays/348625/?format=api",
    "airdate": "2019-07-01T12:31:07-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rosecrans Blvd.",
    "track_id": "e7839567-80f8-377d-a21a-ffff9d252cde",
    "recording_id": null,
    "artist": "Zumpano",
    "artist_ids": [
        "52203489-c14f-4e60-8aa4-4691da1c974f"
    ],
    "album": "Look What the Rookie Did",
    "release_id": "83f7d3f5-609f-4996-856e-a349d7bc2c2d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-01-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver, BC. The band was named for drummer Jason Zumpano, and also included Carl Newman (aka A.C. Newman) who would later go on to be part of The New Pornographers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}