Information about plays

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

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

{
    "id": 349193,
    "uri": "https://api.kexp.org/v2/plays/349193/?format=api",
    "airdate": "2019-07-02T18:50:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine Rebellion Gang",
    "track_id": "b4a46660-46ee-43b5-bdf2-2d1a338030fd",
    "recording_id": null,
    "artist": "Skip",
    "artist_ids": [
        "60c2ae0f-8b3a-495c-8a9c-36823980d307"
    ],
    "album": "Cosmic Serpents",
    "release_id": "2c4a5fbc-8ae7-4c4e-9705-af4fef76cb3e",
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [],
    "release_date": "2015-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "with Islam Chipsy. Skip and Die is a band from South Africa and Netherlands, born from the meeting of South African video artist and singer Cata Pirata and Dutch musician / arranger / producer Jori Collignon. The first album Riots in the Jungle was released in October 2012. Cosmic Serpents was released in 2015. http://www.skipndie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}