Information about plays

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

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

{
    "id": 2675882,
    "uri": "https://api.kexp.org/v2/plays/2675882/?format=api",
    "airdate": "2019-12-20T10:25:46-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4e57d35-d8f8-4302-bca4-534b6227e284/14478188805-250.jpg",
    "thumbnail_uri": "",
    "song": "Sea of Love",
    "track_id": "ca8764a6-b837-463a-8529-10674c1bcc96",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Trouble Will Find Me",
    "release_id": "d4e57d35-d8f8-4302-bca4-534b6227e284",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2013-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 6.  It's number six on our most-played albums of the decade, and it's The National's sixth studio album, released on May 17th, 2013.  Dive into this fine album with this track-by-track review: https://www.billboard.com/articles/review/1562295/the-national-trouble-will-find-me-track-by-track-review",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}