Information about plays

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

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

{
    "id": 2683224,
    "uri": "https://api.kexp.org/v2/plays/2683224/?format=api",
    "airdate": "2020-01-07T11:09:36.460000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel It (You Got It)",
    "track_id": "aeba4639-7116-46ec-98a7-f42dff5fd702",
    "recording_id": null,
    "artist": "The Roots feat. Tish Hyman",
    "artist_ids": [
        "5fefb77d-b904-44ca-8ab2-5385f1e867a5",
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Feel It (You Got It)",
    "release_id": "b6718212-db0a-4cbb-96b6-a5f27908afbe",
    "release_group_id": "f0be068d-bdcc-4c33-b079-864dbd546f19",
    "labels": [
        "Passyunk Productions"
    ],
    "label_ids": [
        "3af44868-f3ac-4225-b642-299465837d25"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was The Roots' first new music in two years.  Questlove, Black Thought and company are reportedly at work on the Roots’ first album since 2014’s …And Then You Shoot Your Cousin; in 2016, the group announced their 12th studio album would be titled End Game. It’s unclear if “Feel It (You Got It)” is destined for that in-the-works LP.:  https://www.youtube.com/watch?v=P9_bEV07IEo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}