Information about plays

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

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

{
    "id": 374759,
    "uri": "https://api.kexp.org/v2/plays/374759/?format=api",
    "airdate": "2019-08-31T05:44:39-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Malaga",
    "track_id": null,
    "recording_id": null,
    "artist": "Phrydderichs Phaelda",
    "artist_ids": [],
    "album": "Bruchstücke",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Notes on a Journey"
    ],
    "label_ids": [
        "bf2d1841-dcf5-4e29-bd46-0a14e40467e4"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hard to spell, easy to listen to (originally from 1981) - https://phrydderichsphaelda.bandcamp.com/album/bruchstuecke",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}