Information about plays

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

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

{
    "id": 355181,
    "uri": "https://api.kexp.org/v2/plays/355181/?format=api",
    "airdate": "2019-07-16T18:01:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Petit Sekou",
    "track_id": "6130efd3-3e10-3ab6-bb73-f9b5f61d4c1a",
    "recording_id": null,
    "artist": "Bembeya Jazz National",
    "artist_ids": [
        "3767e5f9-b921-4d90-bf2e-8a90f362d35a"
    ],
    "album": "The Syliphone Years",
    "release_id": "4546c6f6-5c0c-4749-862d-f00e5a411b75",
    "release_group_id": null,
    "labels": [
        "Stern's Africa"
    ],
    "label_ids": [],
    "release_date": "2004-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bembeya Jazz National a Guinean jazz group that gained fame in the 1960s for their Afropop rhythms. They are considered one of the most significant bands in Guinean music. Many of their recordings are based on traditional folk music in the country and have been fused with jazz and Afropop style.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}