Information about plays

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

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

{
    "id": 344078,
    "uri": "https://api.kexp.org/v2/plays/344078/?format=api",
    "airdate": "2019-06-20T18:49:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocky Road Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Lonesome River Band",
    "artist_ids": [],
    "album": "Looking For Yourself",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rebel"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1989, Bill Monroe cover with Dan Tyminski on lead vocals. Happy birthday to Dan, who turned 52 today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}