Information about plays

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

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

{
    "id": 2675281,
    "uri": "https://api.kexp.org/v2/plays/2675281/?format=api",
    "airdate": "2019-12-19T07:55:17-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/06daef88-22c5-480e-a9a8-d0e1fb94366f/23456169574-250.jpg",
    "thumbnail_uri": "",
    "song": "The Hunger",
    "track_id": "2b94868e-b8d4-4f7d-bc66-6a3d031158a3",
    "recording_id": null,
    "artist": "San Fermin",
    "artist_ids": [
        "1213b8e7-79f0-4cc2-a12a-81448aaf3429"
    ],
    "album": "The Hunger",
    "release_id": "06daef88-22c5-480e-a9a8-d0e1fb94366f",
    "release_group_id": null,
    "labels": [
        "Sony Masterworks"
    ],
    "label_ids": [
        "99e91ff7-9bd9-45f0-ae3a-6853fefaea5c"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#32 Most Played on JITM 2019 | San Fermin is the stage name for Brooklyn's Ellis Ludwig-Leone, who brought singer Samia on board for this song. According to Ludwig-Leone in a press release, this song, \"... is the result of a late-night discussion with a female friend about the difficulties of dating in the city. There's a line, 'why'd I wear these f*cking shoes,' that's basically lifted right from that conversation. I think there's something heroic in the process of getting your hopes up time and again, even in the face of constant disappointment.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}