Information about plays

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

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

{
    "id": 348602,
    "uri": "https://api.kexp.org/v2/plays/348602/?format=api",
    "airdate": "2019-07-01T10:59:56-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/f75ce90b-a29b-4b1f-88ed-3e7491b2938d/20794631380-250.jpg",
    "thumbnail_uri": "",
    "song": "Hotel Delmano",
    "track_id": "bfabded1-1eee-44c5-89fe-34887f009837",
    "recording_id": null,
    "artist": "MUNYA",
    "artist_ids": [
        "8562cd5d-68d7-462e-9c33-40a0e3e4d082"
    ],
    "album": "Delmano",
    "release_id": "f75ce90b-a29b-4b1f-88ed-3e7491b2938d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Montréal, QC. https://munya.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}