Information about plays

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

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

{
    "id": 2679088,
    "uri": "https://api.kexp.org/v2/plays/2679088/?format=api",
    "airdate": "2019-12-28T09:15:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Place Called Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Mellow Mood",
    "artist_ids": [
        "5f79fce3-8ea0-4ec0-a3d0-20b20d70d462"
    ],
    "album": "Large",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La tempesta international"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mellow Mood exploded on the scene with their debut album Move! in 2009. The album was self-released without a distribution deal and formal press agency support. It was intended to be the bands first \"move\" on the Italian reggae scene, but instead garnered international recognition and critical acclaim.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}