Information about plays

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

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

{
    "id": 356057,
    "uri": "https://api.kexp.org/v2/plays/356057/?format=api",
    "airdate": "2019-07-18T13:58:51-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?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": "Wilco's new album \"Ode to Joy\" is due out on October 4th! You Can also catch Jeff Tweedy as part of the THING Music Festival in Port Townsend on August 25th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}