Information about plays

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

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

{
    "id": 371463,
    "uri": "https://api.kexp.org/v2/plays/371463/?format=api",
    "airdate": "2019-08-23T20:18:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Diggity",
    "track_id": "f5f0dcca-08eb-380d-abd0-1909ce0d7b11",
    "recording_id": null,
    "artist": "Blackstreet",
    "artist_ids": [],
    "album": "Another Level",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring (in order of appearance) raps by Dr. Dre, Teddy Riley, and Queen Pen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}