Information about plays

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

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

{
    "id": 2678861,
    "uri": "https://api.kexp.org/v2/plays/2678861/?format=api",
    "airdate": "2019-12-27T18:34:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dress (John B High Fashion remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Dress",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John B Remix of Dress. Check her out on KEXP's Song of the Day. http://blog.kexp.org/2016/03/23/song-of-the-day-pj-harvey-the-wheel/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}