Information about plays

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

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

{
    "id": 368436,
    "uri": "https://api.kexp.org/v2/plays/368436/?format=api",
    "airdate": "2019-08-16T21:55:00-07:00",
    "show": 6138,
    "show_uri": "https://api.kexp.org/v2/shows/6138/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Benz Friends (Whatchutola) (feat. André 3000)",
    "track_id": null,
    "recording_id": null,
    "artist": "Future",
    "artist_ids": [
        "768b4363-8448-4a5b-a5ef-b1f727300a6c"
    ],
    "album": "Honest",
    "release_id": "b8edb02d-3dde-409d-93b5-d7132811f195",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "2014-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Future on tour w/ Meek Mill, YG, Mustard & Megan Thee Stallion. No stop in Seattle/Tacoma yet. https://freebandz.com/legendarynights/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}