Information about plays

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

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

{
    "id": 2675579,
    "uri": "https://api.kexp.org/v2/plays/2675579/?format=api",
    "airdate": "2019-12-19T22:17:19-08:00",
    "show": 46183,
    "show_uri": "https://api.kexp.org/v2/shows/46183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quema",
    "track_id": "3600ba26-2787-4f46-8884-7d5125231fcc",
    "recording_id": null,
    "artist": "Sotomayor",
    "artist_ids": [
        "f5f3fbf0-e6ad-4b12-99d6-cb59368b06ef"
    ],
    "album": "Quema",
    "release_id": "4fb1e6b8-03c5-45a1-a747-99c5d7275f92",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Quema” is the new single from Mexican band Sotomayor, first single from their 3rd album “Orígenes” that will be released in February 2020 by the New York based world music label Wonderwheel Recordings. - https://wonderwheelrecordings.bandcamp.com/album/quema",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}