Information about plays

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

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

{
    "id": 350267,
    "uri": "https://api.kexp.org/v2/plays/350267/?format=api",
    "airdate": "2019-07-05T01:42:27-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wolf in the Breast",
    "track_id": "a20529c9-b210-4b1c-b5ae-82a5d2d64bfa",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven Or Las Vegas",
    "release_id": "151d2e60-8dad-4934-a8a3-6cccbd2f5d31",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}