Information about plays

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

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

{
    "id": 350562,
    "uri": "https://api.kexp.org/v2/plays/350562/?format=api",
    "airdate": "2019-07-05T19:11:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogie on Reggae Woman",
    "track_id": "fa74a3f8-071e-331d-a3fe-2510bbbf1d8c",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Fulfillingness' First Finale",
    "release_id": "6e83bdc4-4972-3417-be6d-de38c13af040",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1993-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.steviewonder.net/ All hail the ubertalent that is Stevie Wonder!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}