Information about plays

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

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

{
    "id": 353217,
    "uri": "https://api.kexp.org/v2/plays/353217/?format=api",
    "airdate": "2019-07-11T21:32:00-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Castor MacDavid",
    "track_id": null,
    "recording_id": null,
    "artist": "L'Eclair",
    "artist_ids": [],
    "album": "Sauropoda",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beyond Beyond Is Beyond"
    ],
    "label_ids": [],
    "release_date": "2019-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Geneva, Switzerland based instrumental act’s forthcoming sophomore album Sauropoda is out now through Beyond Beyond Is Beyond Records https://leclairbbib.bandcamp.com/track/castor-macdavid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}