Information about plays

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

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

{
    "id": 2674772,
    "uri": "https://api.kexp.org/v2/plays/2674772/?format=api",
    "airdate": "2019-12-18T04:40:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Optimo",
    "track_id": "aaadeee2-6c1b-303a-89bf-427b42fe33cc",
    "recording_id": null,
    "artist": "Liquid Liquid",
    "artist_ids": [
        "4ba3563c-a27e-4bce-9e3e-5d6b4f1cde6d"
    ],
    "album": "Optimo",
    "release_id": "de044ab3-cb1e-4329-868a-d07968daa0b6",
    "release_group_id": null,
    "labels": [
        "99 Records"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Liquid Liquid emerged from New York City's vibrant Downtown scene in 1981. Formed by drummer Scott Hartley, bassist Richard McGuire, vocalist Sal Principato and marimba player Dennis Young, the group cut their teeth in underground clubs and street art circles before solidifying their trailblazing style – a fusion of irresistible basslines, junkyard percussion and urgent, free-flowing lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}