Information about plays

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

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

{
    "id": 369799,
    "uri": "https://api.kexp.org/v2/plays/369799/?format=api",
    "airdate": "2019-08-20T08:30:08-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a222ad6-2d4d-3d33-a64c-04bffc60f089/8699546424-250.jpg",
    "thumbnail_uri": "",
    "song": "Cool for Cats",
    "track_id": "723e056f-793a-343a-a3f5-1c71d8e33684",
    "recording_id": null,
    "artist": "Squeeze",
    "artist_ids": [
        "0509a681-a362-4800-9075-656041dccdbd"
    ],
    "album": "Singles: 45’s and Under",
    "release_id": "6a222ad6-2d4d-3d33-a64c-04bffc60f089",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features a rare lead vocal performance from Squeeze lyricist Chris Difford, one of only three occasions he sang lead on a Squeeze single A-side (the others were 1979's \"Slap & Tickle\" and 1989's \"Love Circles\")",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}