Information about plays

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

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

{
    "id": 346226,
    "uri": "https://api.kexp.org/v2/plays/346226/?format=api",
    "airdate": "2019-06-26T00:08:43-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somewhere In Between",
    "track_id": "9713c380-a0dc-4370-87cf-7f1d8054e259",
    "recording_id": null,
    "artist": "Your Heart Breaks",
    "artist_ids": [
        "4c5aef72-16be-4e1d-9720-1781b8f8c51c"
    ],
    "album": "Drone Butch Blues",
    "release_id": "a4d25130-9267-4402-a1d3-252da359c8ae",
    "release_group_id": null,
    "labels": [
        "SofaBurn Records"
    ],
    "label_ids": [
        "61dc9e1c-3c6a-448a-8f88-764b8060376c"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New album from this local queer band founded by Clyde Petersen. This song is featured on KEXP's annual Big Gay Podcast, which will be released this Friday to celebrate Pride! More Pride action here: https://www.kexp.org/pride/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}