Information about plays

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

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

{
    "id": 2676540,
    "uri": "https://api.kexp.org/v2/plays/2676540/?format=api",
    "airdate": "2019-12-21T23:32:00-08:00",
    "show": 46197,
    "show_uri": "https://api.kexp.org/v2/shows/46197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Xmas for John Quays",
    "track_id": "581b8c28-606b-3515-9446-0f09ec9f448c",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Live at the Witch Trials",
    "release_id": "cae10625-6281-4dc4-92ad-9b6f99504c97",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}