Information about plays

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

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

{
    "id": 343938,
    "uri": "https://api.kexp.org/v2/plays/343938/?format=api",
    "airdate": "2019-06-20T13:44:29-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undertow",
    "track_id": "9e421c00-4daf-4650-b075-050d2391f3ff",
    "recording_id": null,
    "artist": "Mikal Cronin",
    "artist_ids": [
        "c1a217e0-4b3e-46d7-9613-6a14c9e70895"
    ],
    "album": "Undertow / Breathe",
    "release_id": "d09e242b-79e6-4a59-a4d0-dfc6534d5ecb",
    "release_group_id": null,
    "labels": [
        "Famous Class"
    ],
    "label_ids": [
        "932f40d1-5a35-4aa1-a4a5-983112a0cfc7"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mikal Cronin is also a member of the bands Okie Dokie, Epsilons, Party Fowl and Moonhearts, and occasionally plays bass guitar and adds backing vocals in Ty Segall's live band; he has also released an album and a single in collaboration with Ty Segall.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}