Information about plays

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

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

{
    "id": 376493,
    "uri": "https://api.kexp.org/v2/plays/376493/?format=api",
    "airdate": "2019-09-04T10:46:32-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/5d39227e-afbf-4fa9-8cd2-4247acf16c3d/4521480235-250.jpg",
    "thumbnail_uri": "",
    "song": "Unfair",
    "track_id": "6bb6c105-4219-33fd-abaa-107a5540fc5d",
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Crooked Rain, Crooked Rain: L.A.’s Desert Origins",
    "release_id": "5d39227e-afbf-4fa9-8cd2-4247acf16c3d",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2004-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1994! AllMusic gave <i>Crooked Rain</i> a perfect 5-star rating, describing it as \"the <i>Reckoning</i> to Slanted & Enchanted's <i>Murmur</i>\". He concluded that the album was \"a vibrant, dynamic, emotionally resonant album that stands as a touchstone of underground rock in the '90s and one of the great albums of its decade.\" https://bit.ly/2kigWWV",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}