Information about plays

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

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

{
    "id": 2675471,
    "uri": "https://api.kexp.org/v2/plays/2675471/?format=api",
    "airdate": "2019-12-19T17:31:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Δ Falls Apart",
    "track_id": "b3fd7c56-eef6-496c-98f6-d9a8dd57ae3e",
    "recording_id": null,
    "artist": "Bajram Bili",
    "artist_ids": [
        "ceae3da6-1410-420f-8d85-e31fcb8f0229"
    ],
    "album": "Remembered Waves",
    "release_id": "04db81e9-0ea6-412c-8a12-6c081bc1320c",
    "release_group_id": null,
    "labels": [
        "Le Turc Mécanique"
    ],
    "label_ids": [],
    "release_date": "2017-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bajram Bili (Real name Adrien Gachet) is a French electronic musician <br/><br/>https://bajrambili.bandcamp.com/album/remembered-waves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}