Information about plays

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

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

{
    "id": 2680399,
    "uri": "https://api.kexp.org/v2/plays/2680399/?format=api",
    "airdate": "2019-12-31T12:26:08-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/467e5c83-f48b-4a43-8be8-397bb2fae59f/20184798943-250.jpg",
    "thumbnail_uri": "",
    "song": "Once in a Lifetime",
    "track_id": "ff2dc883-4900-44a6-84f3-7a8b0f737c34",
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Remain in Light",
    "release_id": "467e5c83-f48b-4a43-8be8-397bb2fae59f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Angelique Kidjo's wonderful Talking Heads cover: https://www.youtube.com/watch?v=Z84rtbVbIEQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}