Information about plays

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

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

{
    "id": 2675285,
    "uri": "https://api.kexp.org/v2/plays/2675285/?format=api",
    "airdate": "2019-12-19T08:08:06-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/4723a128-61b5-4522-bf89-27c19b9773e4/22822960578-250.jpg",
    "thumbnail_uri": "",
    "song": "Gone",
    "track_id": "d42b0d6f-ae90-4ea3-a978-91ca3ddd08e3",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 1",
    "release_id": "4723a128-61b5-4522-bf89-27c19b9773e4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#29 Most Played on JITM 2019 | TR/ST made a stop to KEXP to perform live for us earlier in the year. He ended on this track, and you can see the full set here: https://www.youtube.com/watch?v=uyPIKhipvOM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}