Information about plays

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

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

{
    "id": 355520,
    "uri": "https://api.kexp.org/v2/plays/355520/?format=api",
    "airdate": "2019-07-17T08:14:25-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is Everywhere (Beware)",
    "track_id": "26e29cb7-08d9-4164-abf7-0258029c11f0",
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Ode to Joy",
    "release_id": "f6f7baea-0f48-4a7f-9109-aa992e61f611",
    "release_group_id": null,
    "labels": [
        "dBpm Records"
    ],
    "label_ids": [
        "e57766cd-f855-46ae-ad7a-09b491cd4f71"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frontman Jeff Tweedy shared the following statement about the new song: \"There MUST be more love than hate. Right?!...\" More here: https://www.kexp.org/read/2019/7/16/wilco-announce-new-album-share-first-single-love-everywhere-beware/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}