Information about plays

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

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

{
    "id": 2675065,
    "uri": "https://api.kexp.org/v2/plays/2675065/?format=api",
    "airdate": "2019-12-18T20:35:43-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s Making Friends, I’m Turning Stranger",
    "track_id": "7bdd8444-4ceb-4e6b-96e7-c24554afb2da",
    "recording_id": null,
    "artist": "Purple Mountains",
    "artist_ids": [
        "f1c5239b-0c9c-4453-8620-168df0b7f636"
    ],
    "album": "Purple Mountains",
    "release_id": "7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#2 album of 2019 is sadly from a brilliant artist we are still sharply mourning. This was David Berman’s latest and last project, released a month before he died from suicide last August. https://www.dragcity.com/news/2019-08-12-call-me-from-albemarle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}