Information about plays

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

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

{
    "id": 352275,
    "uri": "https://api.kexp.org/v2/plays/352275/?format=api",
    "airdate": "2019-07-09T20:02:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "African Dreams",
    "track_id": "cbf8738e-48c8-409a-ab7e-44d0d611b8d7",
    "recording_id": null,
    "artist": "Seun Kuti",
    "artist_ids": [
        "02e5d1fe-db84-450d-b58f-b4f5a34a7a35"
    ],
    "album": "Black Times",
    "release_id": "e91a068b-7206-4538-a6e9-7684d41c7610",
    "release_group_id": null,
    "labels": [
        "Strut Records"
    ],
    "label_ids": [],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nigerian musician and the youngest son of legendary afrobeat pioneer Fela Kuti, Seun leads his father's former band Egypt 80 to KEXP studios. Recorded October 3, 2017 check it out here: https://www.youtube.com/watch?v=pI9Bo5I0KfA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}