Information about plays

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

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

{
    "id": 379387,
    "uri": "https://api.kexp.org/v2/plays/379387/?format=api",
    "airdate": "2019-09-11T02:55:00-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gather Your Feathers",
    "track_id": null,
    "recording_id": null,
    "artist": "Mob Bounce",
    "artist_ids": [
        "72555409-bac0-4b19-8c92-2d73cce8c7f2"
    ],
    "album": "Transformation",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mob Bounce is Indigenous influenced Hip Hop with a fuse of EDM (Electronic Dance Music), with Traditional and Contemporary aspects. Both Travis and Craig's gripping lyricism delve into spirituality, social awareness/justice, and Mother Earth connection. Mob Bounce is a display of Hip Hop music and poetry with conviction https://mobbounce.bandcamp.com/album/transformation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}