Information about plays

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

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

{
    "id": 371438,
    "uri": "https://api.kexp.org/v2/plays/371438/?format=api",
    "airdate": "2019-08-23T18:49:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strict Machine",
    "track_id": null,
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Black Cherry",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mute Records"
    ],
    "label_ids": [],
    "release_date": "2003-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goldfrapp stopping by to guest DJ at KEXP on Midnight in a Perfect World. https://www.kexp.org/read/2017/4/25/midnight-in-a-perfect-world-goldfrapp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}