Information about plays

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

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

{
    "id": 352333,
    "uri": "https://api.kexp.org/v2/plays/352333/?format=api",
    "airdate": "2019-07-09T23:22:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost Cause",
    "track_id": "9b89c23e-1f90-4d57-b03c-e9b3dbfd7791",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Sea Change",
    "release_id": "c9dfe14a-26c5-3278-a7fa-3be8f5403367",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [],
    "release_date": "2003-12-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck is playing Sat, July 13th @ the Gorge Amphitheater",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}