Information about plays

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

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

{
    "id": 355203,
    "uri": "https://api.kexp.org/v2/plays/355203/?format=api",
    "airdate": "2019-07-16T19:26:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unspoken Word",
    "track_id": null,
    "recording_id": null,
    "artist": "The Soil",
    "artist_ids": [
        "b5c0cfd4-60f8-4574-9e22-9fb3d2d6a242"
    ],
    "album": "Nostalgic Moments",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Native Rhythms Records"
    ],
    "label_ids": [],
    "release_date": "2015-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Soil is a South African a cappella group formed in 2003. Their second album Nostalgic Moments was released digitally on September 15, 2014. \nThe album includes guest appearances by the Grammy award winning Ladysmith Black Mambazo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}