Information about plays

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

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

{
    "id": 346062,
    "uri": "https://api.kexp.org/v2/plays/346062/?format=api",
    "airdate": "2019-06-25T17:24:00-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rebound City",
    "track_id": null,
    "recording_id": null,
    "artist": "Bleached",
    "artist_ids": [
        "7081867c-8870-4f44-ae04-f345f6edcd64"
    ],
    "album": "Don't You Think You've Had Enough",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bleached is back with the fourth single from their forthcoming record, Don’t You Think You’ve Had Enough, which will drop on July 12th. Sticking with the album’s theme of newfound sobriety, “Rebound City” is about coming to terms with flaws in light of a breakup.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}