Information about plays

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

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

{
    "id": 374222,
    "uri": "https://api.kexp.org/v2/plays/374222/?format=api",
    "airdate": "2019-08-29T23:45:00-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ronroneo",
    "track_id": "5ffbe1bb-8457-4a88-8e9f-6eaddfbce036",
    "recording_id": null,
    "artist": "Mon Laferte",
    "artist_ids": [
        "ab966c0f-e526-46ae-b492-82c27b87f81f"
    ],
    "album": "Norma",
    "release_id": "9066c36a-d95c-4248-afed-3d55636fbbf1",
    "release_group_id": null,
    "labels": [
        "Universal Music México"
    ],
    "label_ids": [],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chilean singer/songwriter and actress who is currently the most listened to Chilean artist on Spotify worldwide. She is also the Chilean artist with the most nominations in a single edition of the Latin Grammy Awards. https://www.kexp.org/read/2019/8/9/chilean-artist-mon-laferte-brings-norma-tour-pacific-northwest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}