Information about plays

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

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

{
    "id": 345038,
    "uri": "https://api.kexp.org/v2/plays/345038/?format=api",
    "airdate": "2019-06-23T06:11:00-07:00",
    "show": 5752,
    "show_uri": "https://api.kexp.org/v2/shows/5752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay",
    "track_id": null,
    "recording_id": null,
    "artist": "Elma Orkestra and Ryan Vail",
    "artist_ids": [],
    "album": "Borders",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Quiet Arch"
    ],
    "label_ids": [],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New collaborative album from Irish musicians Eoin O’Callaghan (aka Elma Orkestra) and Ryan Vail ~ Read more about the release here: https://nialler9.com/elma-orkestra-ryan-vail/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}