Information about plays

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

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

{
    "id": 353059,
    "uri": "https://api.kexp.org/v2/plays/353059/?format=api",
    "airdate": "2019-07-11T14:35:01-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "http://coverartarchive.org/release/f2b0e0b1-ae55-461d-aa8e-db893f3047f1/20576668677-250.jpg",
    "thumbnail_uri": "",
    "song": "Concrete",
    "track_id": "299aa0e8-8f1b-4260-9724-1071db183a2d",
    "recording_id": null,
    "artist": "shame",
    "artist_ids": [
        "3294b9ce-0bef-4080-8ae8-95bad1abd71c"
    ],
    "album": "Songs of Praise",
    "release_id": "f2b0e0b1-ae55-461d-aa8e-db893f3047f1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shame are a British alternative rock band originally from South London. Their debut album \"Songs of Praise\" was released on January 12th, 2018. The group has received critical acclaim from publications including NME, Paste, and Clash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}