Information about plays

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

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

{
    "id": 2674852,
    "uri": "https://api.kexp.org/v2/plays/2674852/?format=api",
    "airdate": "2019-12-18T09:27:11-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ff3abf5-4e80-41d7-a0d3-f418608a8b83/23521785829-250.jpg",
    "thumbnail_uri": "",
    "song": "N.W.O.",
    "track_id": "a0abc21a-7d1a-35fc-b72e-c4e47c2e4429",
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "ΚΕΦΑΛΗΞΘ",
    "release_id": "6ff3abf5-4e80-41d7-a0d3-f418608a8b83",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Ministry mastermind Al Jourgensen turned 60 years old, he said  he wants nothing to do with the “old-folk coupons” he keeps getting in the mail, he, \"would love to work with Trent (Reznor) on anything ... I respect what he does\". - https://bit.ly/2rQms6V",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}