Information about plays

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

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

{
    "id": 2675028,
    "uri": "https://api.kexp.org/v2/plays/2675028/?format=api",
    "airdate": "2019-12-18T18:07:29-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is the Answer",
    "track_id": "71387076-e8ce-450c-ac66-809e0b9d385b",
    "recording_id": null,
    "artist": "Lee Fields & The Expressions",
    "artist_ids": [
        "1a4c8b49-4a55-4299-b1c8-82e33e319f33"
    ],
    "album": "It Rains Love",
    "release_id": "0190db53-5df8-4bd6-91e1-c016fc49132b",
    "release_group_id": null,
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hearing The Roadhouse's favorites of 2019 tonight ; video live in The Roadhouse a few years back: http://blog.kexp.org/2014/08/01/live-video-lee-fields-and-the-expressions ; http://leefieldsandtheexpressions.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}