Information about plays

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

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

{
    "id": 2683222,
    "uri": "https://api.kexp.org/v2/plays/2683222/?format=api",
    "airdate": "2020-01-07T11:05:58.913000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Once in a Lifetime",
    "track_id": "a2669474-d878-4bbe-8b46-87abf2981671",
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Once in a Lifetime",
    "release_id": "e72b9de5-59d8-40cf-936f-24ee210fed17",
    "release_group_id": "39af9e57-4aa9-46f6-954a-c559c02152c1",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Angélique Kpasseloko Hinto Hounsinou Kandjo Manta Zogbin Kidjo, known as Angélique Kidjo, is a Beninese singer-songwriter, actress, and activist who is noted for her diverse musical influences and creative music videos. Watch her in the video of this Talking Heads cover: https://www.youtube.com/watch?v=Z84rtbVbIEQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}