Information about plays

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

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

{
    "id": 2679096,
    "uri": "https://api.kexp.org/v2/plays/2679096/?format=api",
    "airdate": "2019-12-28T09:40:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Still in Love (12\" mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Marcia Aitken",
    "artist_ids": [
        "fa0830ee-dd78-4303-9848-f3b8f313f9a8"
    ],
    "album": "Jonny Greenwood is the Controller",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jonny Greenwood Is the Controller is a compilation album created by Jonny Greenwood of Radiohead and released on Trojan Records. Released to commemorate Trojan Records' 40th anniversary, it collects Greenwood's favorite reggae and dub tracks released on the label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}