Information about plays

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

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

{
    "id": 2678836,
    "uri": "https://api.kexp.org/v2/plays/2678836/?format=api",
    "airdate": "2019-12-27T17:05:50-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Idiosyncrasy",
    "track_id": "dcea729f-36e4-4000-bf1c-4d9882939c01",
    "recording_id": null,
    "artist": "Peter Bjorn and John",
    "artist_ids": [
        "32a83250-7e26-422d-b9ac-f4564343e9ce"
    ],
    "album": "Idiosyncrasy",
    "release_id": "66e89ad9-f054-4a06-9a8f-c363733b7910",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish trio Peter Bjorn and John are releasing a new album, Endless Dream, on March 13, 2020 via INGRID. Now they have shared another song from it, \"Idiosyncrasy,\" via a video for the track. Check it out: http://www.undertheradarmag.com/news/peter_bjorn_and_john_share_video_for_new_song_idiosyncrasy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}