Information about plays

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

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

{
    "id": 376861,
    "uri": "https://api.kexp.org/v2/plays/376861/?format=api",
    "airdate": "2019-09-05T04:15:45-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Was Me, My Name Was Surrounded",
    "track_id": null,
    "recording_id": null,
    "artist": "Fire-Toolz",
    "artist_ids": [],
    "album": "Field Whispers (Into The Crystal Palace)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Orange Milk Records"
    ],
    "label_ids": [
        "c20b4fd9-f917-4f56-a861-e398c5a55ec2"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fire-Toolz is the flagship musical project of a consciousness that has taken the physical form of a transfemme non-binary human named Angel Marcloid\" - https://orangemilkrecords.bandcamp.com/album/field-whispers-into-the-crystal-palace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}