Information about plays

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

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

{
    "id": 2674918,
    "uri": "https://api.kexp.org/v2/plays/2674918/?format=api",
    "airdate": "2019-12-18T13:46:36.790000-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Excuses",
    "track_id": "28f4cea0-2dbf-4db5-9f3e-30e9d24a346b",
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "No Excuses",
    "release_id": "7b7871b9-7f08-4f5d-bae3-1b587a65c48d",
    "release_group_id": "e43a90c3-4694-424b-a8cd-6c41932be766",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Not a lot is known about the mysterious band Sault...but we do know that both our DJs and listeners at KEXP love their music! Check out the DJs top 10 albums of 2019 lists to see who added Sault to their top 10: https://www.kexp.org/read/?category=2019-countdown",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}