Information about plays

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

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

{
    "id": 345942,
    "uri": "https://api.kexp.org/v2/plays/345942/?format=api",
    "airdate": "2019-06-25T11:43:27-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheer up Tear Drop",
    "track_id": "7ee4bfdb-2afd-4ce0-87cf-1e431a6717d3",
    "recording_id": null,
    "artist": "Dressy Bessy",
    "artist_ids": [
        "64973b13-9786-4b52-a04e-e02c884ab880"
    ],
    "album": "Fast Faster Disaster",
    "release_id": "7d31865e-d2e7-4dd5-95a1-4fea899c4bf9",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dressy Bessy will be at The Vera Project (right next door to KEXP) on Saturday, August 24th, 2019. The album \"Fast Faster Disaster\" comes out 20 years after their first one:  https://yeproc.com/artists/dressy-bessy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}