Information about plays

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

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

{
    "id": 351648,
    "uri": "https://api.kexp.org/v2/plays/351648/?format=api",
    "airdate": "2019-07-08T09:22:24-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/84f2a351-913b-4f73-853b-023e5c256912/22994127066-250.jpg",
    "thumbnail_uri": "",
    "song": "BETTY (for Boogie)",
    "track_id": "749d4b96-391c-45d4-8cae-2be27785a56c",
    "recording_id": null,
    "artist": "Jamila Woods",
    "artist_ids": [
        "a357b4fb-b0ca-4b4e-9b6b-2030bb2ce2d6"
    ],
    "album": "LEGACY! LEGACY!",
    "release_id": "84f2a351-913b-4f73-853b-023e5c256912",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On 'LEGACY! LEGACY!,' Woods celebrates 12 of her heroes, along with the cultural lineage they have created for her. This song is a nod to Betty Davis, the pioneering funk musician who was also briefly married to Miles Davis in the late ’60s. In this interview, Jamila Woods discusses each of the songs on the album:  https://pitchfork.com/features/song-by-song/jamila-woods-legacy-legacy-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}