Information about plays

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

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

{
    "id": 375074,
    "uri": "https://api.kexp.org/v2/plays/375074/?format=api",
    "airdate": "2019-09-01T02:54:00-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ocean Prime (feat. Boldy James) / Harry O. (feat. Roc Marciano) / Sand Castles (feat. Benny the Butcher & Elcamino)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Alchemist",
    "artist_ids": [
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "Yacht Rock 2",
    "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": "Three new songs from the Alchemist curated by Mike Ramos for all those listening.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}