Information about plays

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

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

{
    "id": 2676588,
    "uri": "https://api.kexp.org/v2/plays/2676588/?format=api",
    "airdate": "2019-12-22T02:48:00-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diamonds (feat. Gunna)",
    "track_id": null,
    "recording_id": null,
    "artist": "Young Thug",
    "artist_ids": [
        "800760de-bdf8-43a2-8fe0-44a2401a5515"
    ],
    "album": "So Much Fun (Deluxe Edition)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yung Thug released four new songs on the deluxe edition of this year's 'So Much Fun' album with Gunna (on this track) and Travis Scott is featured on the track 'Hop Off a Jet.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}