Information about plays

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

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

{
    "id": 348935,
    "uri": "https://api.kexp.org/v2/plays/348935/?format=api",
    "airdate": "2019-07-02T06:40:37-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A.M. AM",
    "track_id": "c56367b2-6c96-4f08-b7b4-d449fccb2baf",
    "recording_id": null,
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Visions of Us on the Land",
    "release_id": "6d50d9d2-fc6a-44a0-98bc-5d27cfef0bf0",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2016-03-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Damien Jurado is coming to Seattle on Friday, October 4 at the Tractor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}