Information about plays

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

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

{
    "id": 370347,
    "uri": "https://api.kexp.org/v2/plays/370347/?format=api",
    "airdate": "2019-08-21T10:41:23-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "http://coverartarchive.org/release/c64ff47a-7558-3d80-ab9d-1588325b4003/21163981761-250.jpg",
    "thumbnail_uri": "",
    "song": "I'll Take Care of U",
    "track_id": "839ff757-b38d-322f-a7d2-bb8596a18a43",
    "recording_id": null,
    "artist": "Gil Scott-Heron and Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "We're New Here",
    "release_id": "c64ff47a-7558-3d80-ab9d-1588325b4003",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2011-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gil Scott-Heron proved he still had it on 2010's I'm New Here, his first album in 16 years. Simultaneously, Jamie Smith (aka Jamie xx) established himself as a sonic architect on his band's moody, minimal debut, then as a producer remixing other artists and DJing in clubs across the U.K. This pair comes together on We're New Here, the remix of Scott-Heron's album.\" https://bit.ly/2MuGNr4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}