Information about plays

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

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

{
    "id": 2677038,
    "uri": "https://api.kexp.org/v2/plays/2677038/?format=api",
    "airdate": "2019-12-23T06:15:00-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Valentine",
    "track_id": "2b68c8c1-aa5a-4425-b8d3-59bbba0c825e",
    "recording_id": null,
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "False Idols",
    "release_id": "d3175211-e871-42b4-bbb9-671ad870410d",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [],
    "release_date": "2013-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U.K. producer Tricky flipped that Chet Baker track you just heard on this song from 2013's 'False Idols.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}