Information about plays

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

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

{
    "id": 346435,
    "uri": "https://api.kexp.org/v2/plays/346435/?format=api",
    "airdate": "2019-06-26T11:05:44-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Said",
    "track_id": "223351f6-44cf-4c23-a85e-fa3697903493",
    "recording_id": null,
    "artist": "Chris Staples",
    "artist_ids": [
        "6497d95c-a383-4e8a-8302-724a90264aa8"
    ],
    "album": "Holy Moly",
    "release_id": "b5092bd9-7432-4819-b986-64bdf50301b3",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Holy Moly Circus is a record release show for Chris Staples on July 6. This is a variety show that brings music, acrobatics, and exotic animals together into one very unique event. It takes place in a big, beautiful backyard in the Seward Park neighborhood of Seattle, Washington.\nTickets are limited (150), and the show will sell out. Ticket info at https://www.facebook.com/events/2332831650309343/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}