Information about plays

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

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

{
    "id": 374369,
    "uri": "https://api.kexp.org/v2/plays/374369/?format=api",
    "airdate": "2019-08-30T06:42:53-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/64c807b4-bc7f-31f6-a374-c777970fb3e4/5733830741-250.jpg",
    "thumbnail_uri": "",
    "song": "Jerusalem",
    "track_id": "06e2e1a7-f80a-3156-8ef7-1e55744d2315",
    "recording_id": null,
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "The Lion and the Cobra",
    "release_id": "64c807b4-bc7f-31f6-a374-c777970fb3e4",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a 2007 review of the powerful \"The Lion and the Cobra.\"  It begins, \"Sinéad O’Connor has been publicly raging against religion for 20 years, beginning with her very first album, 1987’s The Lion and the Cobra.\": https://www.slantmagazine.com/music/sinead-oconnor-the-lion-and-the-cobra/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}