Information about plays

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

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

{
    "id": 377669,
    "uri": "https://api.kexp.org/v2/plays/377669/?format=api",
    "airdate": "2019-09-06T20:38:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vien Vien La (Version Seychelloise) (feat. FJ)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sandra Esparon",
    "artist_ids": [
        "316c770c-6c46-420f-8f8b-100d2e2c7685"
    ],
    "album": "Vien Vien La",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CD Run"
    ],
    "label_ids": [],
    "release_date": "2013-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Every week we do a Dancing Tour to a different location or nation. Tonight we visit the Seychelles, with Jenny Letourdie and Sandra Esparon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}