Information about plays

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

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

{
    "id": 374844,
    "uri": "https://api.kexp.org/v2/plays/374844/?format=api",
    "airdate": "2019-08-31T12:35:22-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "http://coverartarchive.org/release/18e2b05b-937a-3c25-ac78-07267e6411a0/10430250580-250.jpg",
    "thumbnail_uri": "",
    "song": "Idioteque",
    "track_id": "e30870d3-aced-34c6-a1ec-8b12c2a94e5c",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "18e2b05b-937a-3c25-ac78-07267e6411a0",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks to our Mixtape grand prize winner Jana Sturdivant for joining us again in the studio, and telling us that \"Kid A\" is one of her favorite albums of all time! What's Yours? Vote for your favorite KEXP albums of all time here: https://www.kexp.org/countdowns/2019-all-time-albums/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}