Information about plays

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

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

{
    "id": 2675069,
    "uri": "https://api.kexp.org/v2/plays/2675069/?format=api",
    "airdate": "2019-12-18T20:49:26-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Day That's Just Begun",
    "track_id": "22651e0e-9349-45a5-824e-d88d13705932",
    "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": "Another from the #1 album of 2019 in The Roadhouse ; this song live: https://www.youtube.com/watch?v=WNBDGsRpnW4 ; https://www.facebook.com/Daniel-Norgren-54884290308 ; Up next: Top 3 Songs of 2019 in The Roadhouse!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}