Information about plays

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

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

{
    "id": 348619,
    "uri": "https://api.kexp.org/v2/plays/348619/?format=api",
    "airdate": "2019-07-01T12:06:00-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Minnesota",
    "track_id": null,
    "recording_id": null,
    "artist": "The Courtneys",
    "artist_ids": [
        "6d8eb24b-166c-4c26-bd14-92814e395901"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2015-10-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "From Vancouver, BC. The Courtneys will play Barboza (with Ian Sweet and Versing) Saturday, August 24. Here's Live Video from their entire 2015 KEXP In-Studio: https://www.youtube.com/watch?v=RFpV4xJiGpg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}