Information about plays

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

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

{
    "id": 357261,
    "uri": "https://api.kexp.org/v2/plays/357261/?format=api",
    "airdate": "2019-07-21T12:30:00-07:00",
    "show": 5956,
    "show_uri": "https://api.kexp.org/v2/shows/5956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is It Cold in the Water?",
    "track_id": "3c527828-8236-4abe-bd22-cfe79faeb1ab",
    "recording_id": null,
    "artist": "Sophie",
    "artist_ids": [
        "593c3988-e160-4900-8b07-5e8ccb4e0199"
    ],
    "album": "Oil of Every Pearl’s Un‐Insides",
    "release_id": "957806d5-1053-4c2a-ac2c-539d54d4dc23",
    "release_group_id": null,
    "labels": [
        "Future Classic"
    ],
    "label_ids": [],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://msmsmsm.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}