Information about plays

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

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

{
    "id": 373029,
    "uri": "https://api.kexp.org/v2/plays/373029/?format=api",
    "airdate": "2019-08-27T14:59:35-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/64fb2359-b570-39c2-9c82-431dc602199f/10429562959-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Star",
    "track_id": "f1813c4c-b70b-33b2-a315-fd7238402f21",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "64fb2359-b570-39c2-9c82-431dc602199f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We'll be sharing songs from listener-submitted mixtapes all week. Find out more on Mixtape Week and check out the winning mix here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}