Information about plays

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

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

{
    "id": 2682294,
    "uri": "https://api.kexp.org/v2/plays/2682294/?format=api",
    "airdate": "2020-01-05T02:36:21-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/e15da61b-e8fc-4e44-b909-eb73ffab2dd2/24406423603-250.jpg",
    "thumbnail_uri": "",
    "song": "DHL",
    "track_id": "cdf91e64-6e44-4239-becf-04ed2ba997c0",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "DHL",
    "release_id": "e15da61b-e8fc-4e44-b909-eb73ffab2dd2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the beginning of the last decade, Frank Ocean was ghost writing songs for the likes of Justin Bieber, John Legend and Brandy. The track 'DHL' is was the first original music from Ocean since 2017 and 2020 might see his first full length album since 2016's 'Blonde.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}