Information about plays

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

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

{
    "id": 352518,
    "uri": "https://api.kexp.org/v2/plays/352518/?format=api",
    "airdate": "2019-07-10T09:22:51-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unqualified",
    "track_id": "bb48cbc3-fc23-458e-bb26-55e8c93c9971",
    "recording_id": null,
    "artist": "Ikebe Shakedown",
    "artist_ids": [
        "55008116-f7aa-4f68-b713-b6c947f7d43c"
    ],
    "album": "Kings Left Behind",
    "release_id": "3add5642-bc4b-46df-b444-096bdbf49293",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"One of the great things about group writing is how many different textures we can bring to a single song. In ‘Unqualified,’ you get a hard-charging horn melody for a lot of the tune, then this unexpectedly sparse, rhythm-driven bridge, before Eric’s organ solo takes back over. It’s definitely a fun one for us.” https://bit.ly/2Zy9upB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}