Information about plays

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

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

{
    "id": 2675068,
    "uri": "https://api.kexp.org/v2/plays/2675068/?format=api",
    "airdate": "2019-12-18T20:46:08-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I Hold You in My Arms",
    "track_id": "1bae73a0-7034-4393-8388-25b79fe2f0d1",
    "recording_id": null,
    "artist": "Daniel Norgren",
    "artist_ids": [
        "c8a26e97-e5f5-4f1c-8eb3-e2453b6cf262"
    ],
    "album": "Wooh Dang",
    "release_id": "902fae88-4cac-4feb-8d27-14416321a0ab",
    "release_group_id": null,
    "labels": [
        "Superpuma Records"
    ],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Top album honors in The Roadhouse for 2019 go to Swedish artist Daniel Norgren’s latest, Wooh Dang! Long-time favorite of the show does it again ; hear his October in-studio in The Roadhouse: https://kexp.org/sessions/archive/daniel-norgren-live-on-kexp-recorded-october-4-2019/ ; https://danielnorgren.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}