Information about plays

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

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

{
    "id": 374565,
    "uri": "https://api.kexp.org/v2/plays/374565/?format=api",
    "airdate": "2019-08-30T17:25:57-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/ec37919f-d402-4dc4-8f8b-ef708443cf75/11291280064-250.jpg",
    "thumbnail_uri": "",
    "song": "Worried About You",
    "track_id": "3811bb4f-95d4-4779-87f6-e0d1b828d136",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Tattoo You",
    "release_id": "ec37919f-d402-4dc4-8f8b-ef708443cf75",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2013-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winner of the inaugural KEXP Mixtape Week challenge, Jana Sturdivant shares her selections from a compilation she calls \"Hot Cheeto Fantasy.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}