Information about plays

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

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

{
    "id": 348601,
    "uri": "https://api.kexp.org/v2/plays/348601/?format=api",
    "airdate": "2019-07-01T10:55:40-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/9b5e2c9e-d052-4bdb-8d61-3320c6883c73/23134363259-250.jpg",
    "thumbnail_uri": "",
    "song": "Days",
    "track_id": "cf0802c8-933b-46cb-a254-adac0c53c67b",
    "recording_id": null,
    "artist": "Operators",
    "artist_ids": [
        "30a1b97e-0614-4320-bb9b-4cb13cd6cf66"
    ],
    "album": "Radiant Dawn",
    "release_id": "9b5e2c9e-d052-4bdb-8d61-3320c6883c73",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Operators' founding member Dan Boeckner is from Lake Cowichan, BC. This year's first of four August CATM (Concerts at the Mural), sponsored by KEXP and Seattle Center, features Montreal's Wolf Parade (another one of Boeckner's projects) on Monday, August 2 at Seattle Center: https://www.kexp.org/events/kexp-events/2019/8/2/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}