Information about plays

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

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

{
    "id": 380732,
    "uri": "https://api.kexp.org/v2/plays/380732/?format=api",
    "airdate": "2019-09-14T10:00:43-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fisherman",
    "track_id": "305347d6-5f8f-3a72-aafe-fcd6dbaf25c0",
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Heart of the Congos",
    "release_id": "1d458969-54cc-48a9-b10c-7da39fd999cc",
    "release_group_id": null,
    "labels": [
        "Black Ark Studios"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to our long time listener, Eliot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}