Information about plays

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

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

{
    "id": 373424,
    "uri": "https://api.kexp.org/v2/plays/373424/?format=api",
    "airdate": "2019-08-28T07:49:54-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kids On The Run",
    "track_id": "bc35e43c-7917-4bb0-96e3-0e4236975d8b",
    "recording_id": null,
    "artist": "The Tallest Man on Earth",
    "artist_ids": [
        "7e35659f-f3bb-4c28-bcf5-47bd5cfa2bca"
    ],
    "album": "The Wild Hunt",
    "release_id": "cd5fd2d2-6b80-4357-aa1f-9a2b5b604850",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2010-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks to Preston for sharing his mixtape of running songs from \"Preston's Personal Playlist.\" <br> </br> Need more songs to inspire your run? Check out KEXP's Runner Powered Podcasts - https://www.kexp.org/run/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}