Information about plays

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

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

{
    "id": 2674889,
    "uri": "https://api.kexp.org/v2/plays/2674889/?format=api",
    "airdate": "2019-12-18T11:48:00-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doin’ It Right",
    "track_id": "cca0bd72-349c-4ae3-815d-f2cd2d3ff9bf",
    "recording_id": null,
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Random Access Memories",
    "release_id": "f6758afb-ecff-410e-8979-b131cfa3c6d3",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2013-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Daft Punk's album Random Access Memories finds them leaving behind the highly influential, riff-heavy EDM they originated to luxuriate in the sounds, styles, and production techniques of the 1970s and early 80s.\" Read more of the Pitchfork review for Random Access Memories here: https://pitchfork.com/reviews/albums/18028-daft-punk-random-access-memories/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}