Information about plays

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

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

{
    "id": 369339,
    "uri": "https://api.kexp.org/v2/plays/369339/?format=api",
    "airdate": "2019-08-19T05:17:00-07:00",
    "show": 6158,
    "show_uri": "https://api.kexp.org/v2/shows/6158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Self Control",
    "track_id": "26eb0595-17e9-4cbd-b81f-997023c2a289",
    "recording_id": null,
    "artist": "Laura Branigan",
    "artist_ids": [
        "917976a6-75b1-46af-b57b-71f13de20422"
    ],
    "album": "Back in Control",
    "release_id": "aeedf355-65d0-457c-a7a0-fa35a1b485f4",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "goes out to claire in mammoth lakes CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}