Information about plays

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

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

{
    "id": 354630,
    "uri": "https://api.kexp.org/v2/plays/354630/?format=api",
    "airdate": "2019-07-15T09:29:49-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "History Repeats",
    "track_id": "d2a73f6c-4de0-44d2-b38d-dfbcd80d9806",
    "recording_id": null,
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": "e392e9bb-4b8c-4d94-ad1d-1673f82ce46a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brittany Howard's debut solo album, \"Jaime,\"  takes its name from Howard’s sister, who taught her how to play the piano and write poetry before passing away from cancer. “The title is in memoriam, and she definitely did shape me as a human being,” Howard noted in a statement.:  https://consequenceofsound.net/2019/06/brittany-howard-jaime-solo-debut-history-repeats/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}