Information about plays

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

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

{
    "id": 349188,
    "uri": "https://api.kexp.org/v2/plays/349188/?format=api",
    "airdate": "2019-07-02T18:31:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shu bekoun Jamil",
    "track_id": null,
    "recording_id": null,
    "artist": "Ayloul",
    "artist_ids": [],
    "album": "Salute To Al Ghor",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [],
    "release_date": "2019-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amman. Ayloul is an indie band from Jordan who recently signed with Universal Music MENA. Originally formed in Irbid in September of 2013, and taking its name from the Syriac word for September.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}