Information about plays

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

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

{
    "id": 357266,
    "uri": "https://api.kexp.org/v2/plays/357266/?format=api",
    "airdate": "2019-07-21T12:48:00-07:00",
    "show": 5956,
    "show_uri": "https://api.kexp.org/v2/shows/5956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "L’Appel du vide",
    "track_id": "b341590b-be8e-43d9-96d3-b5d7e1a57836",
    "recording_id": null,
    "artist": "ACTORS",
    "artist_ids": [
        "230f2c85-8b1c-4e88-ab5d-0d015a4bbe16"
    ],
    "album": "It Will Come to You",
    "release_id": "fb887b76-1167-4061-92e3-2812d69a66c6",
    "release_group_id": null,
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stay tuned for our live interview with ACTORS at 1pm. Playing the CHBP at 5pm on the Vera Stage. https://www.actorstheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}