Information about plays

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

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

{
    "id": 2682926,
    "uri": "https://api.kexp.org/v2/plays/2682926/?format=api",
    "airdate": "2020-01-06T17:16:41-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?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"
    ],
    "album": "Feel It (You Got It)",
    "release_id": "b6718212-db0a-4cbb-96b6-a5f27908afbe",
    "release_group_id": null,
    "labels": [
        "Passyunk Productions"
    ],
    "label_ids": [
        "3af44868-f3ac-4225-b642-299465837d25"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Feel It (You Got It)\" is the Roots’ first new song in two years! Read more here: https://www.rollingstone.com/music/music-news/the-roots-feel-it-you-got-it-new-song-925554/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}