Information about plays

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

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

{
    "id": 374628,
    "uri": "https://api.kexp.org/v2/plays/374628/?format=api",
    "airdate": "2019-08-30T21:29:00-07:00",
    "show": 6233,
    "show_uri": "https://api.kexp.org/v2/shows/6233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's The Move (feat. Lil Uzi Vert)",
    "track_id": null,
    "recording_id": null,
    "artist": "Young Thug",
    "artist_ids": [
        "800760de-bdf8-43a2-8fe0-44a2401a5515"
    ],
    "album": "So Much Fun",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.billboard.com/articles/business/chart-beat/8528296/young-thug-so-much-fun-no-1-album-billboard-200-chart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}