Information about plays

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

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

{
    "id": 2675458,
    "uri": "https://api.kexp.org/v2/plays/2675458/?format=api",
    "airdate": "2019-12-19T16:59:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tilelli",
    "track_id": "5326f938-d3e8-47c2-abd4-d6a6aba1f8b0",
    "recording_id": null,
    "artist": "You Said Strange",
    "artist_ids": [
        "f730b412-5ab6-4ff3-b4ab-88d09268e334"
    ],
    "album": "Salvation Prayer",
    "release_id": "03ea3b22-adc4-4b9d-b1dd-ad03f297135f",
    "release_group_id": null,
    "labels": [
        "Fuzz Club Records"
    ],
    "label_ids": [],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You Said Strange is a French band from Normandy. The album was produced by Dandy Warhols' guitarist Pete Holmström in Dandy's hometown of Portland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}