Information about plays

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

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

{
    "id": 2675468,
    "uri": "https://api.kexp.org/v2/plays/2675468/?format=api",
    "airdate": "2019-12-19T17:19:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Her Morphology",
    "track_id": "804d904e-73b8-4b10-b6a5-4e3965f531b9",
    "recording_id": null,
    "artist": "Oktober Lieber",
    "artist_ids": [
        "21434818-85b6-45c7-8443-bea6026c78ce"
    ],
    "album": "In Human",
    "release_id": "3822f254-40a0-420a-891c-754c5c71a230",
    "release_group_id": null,
    "labels": [
        "Le Turc Mécanique"
    ],
    "label_ids": [],
    "release_date": "2018-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Analog synthesizers, vintage electronics, dance tracks and melodic sequences, combine with repetitive, jerky, and haunting beats. A mix of dark shots and cigarettes for lovers of direct emotions and dancefloor.<br/><br/>https://www.residentadvisor.net/dj/oktoberlieber",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}