Information about plays

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

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

{
    "id": 369780,
    "uri": "https://api.kexp.org/v2/plays/369780/?format=api",
    "airdate": "2019-08-20T07:19:12-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/d7a875b7-5723-4405-91cd-936acfcc85b1/1918632724-250.jpg",
    "thumbnail_uri": "",
    "song": "Disconnection Notice",
    "track_id": "37134f7f-644d-3fcd-b767-8a33aa229e0c",
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Murray Street",
    "release_id": "d7a875b7-5723-4405-91cd-936acfcc85b1",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2002-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When the Murray Street album was released, Entertainment Weekly wrote that, with the album, Sonic Youth found a balance – between formlessness and structure, melody and cacophony.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}