Information about plays

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

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

{
    "id": 350231,
    "uri": "https://api.kexp.org/v2/plays/350231/?format=api",
    "airdate": "2019-07-04T23:32:54-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/a0b29e95-2c7d-3358-b583-ad4273833a35/7983854324-250.jpg",
    "thumbnail_uri": "",
    "song": "Police & Thieves",
    "track_id": "dfdba608-5abc-3106-9eb1-555c5ff762c2",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Clash",
    "release_id": "a0b29e95-2c7d-3358-b583-ad4273833a35",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1999-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Police and Thieves\" is a reggae song first recorded by the falsetto singer Junior Murvin in 1976. It was covered by the punk band The Clash and included on their self-titled debut album released in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}