Information about plays

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

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

{
    "id": 376330,
    "uri": "https://api.kexp.org/v2/plays/376330/?format=api",
    "airdate": "2019-09-04T01:05:35-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "http://coverartarchive.org/release/035e0d1c-8bfa-4b4d-9c59-0a88272a6fe7/4110592092-250.jpg",
    "thumbnail_uri": "",
    "song": "Drifting in and Out",
    "track_id": "27624244-0292-396f-bd1b-7f459302bab1",
    "recording_id": null,
    "artist": "Porcelain Raft",
    "artist_ids": [
        "259380ed-4705-495d-9484-90ff43f8a162"
    ],
    "album": "Strange Weekend",
    "release_id": "035e0d1c-8bfa-4b4d-9c59-0a88272a6fe7",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2012-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Porcelain Raft is Mauro Remiddi's main music project. The New York-based musician began his long, prolific career in Italy, the place of his birth, playing for small, local projects. Live on KEXP in 2015:https://www.youtube.com/watch?v=nPWFsSUpxbg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}