Information about plays

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

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

{
    "id": 349348,
    "uri": "https://api.kexp.org/v2/plays/349348/?format=api",
    "airdate": "2019-07-03T00:53:04-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?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": "Featured on KEXP's Big Gay Podcast. Download/listen here: https://www.kexp.org/podcasts/music-matters/2019/6/28/music-matters-vol-675-big-gay-podcast-2019/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}