Information about plays

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

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

{
    "id": 343091,
    "uri": "https://api.kexp.org/v2/plays/343091/?format=api",
    "airdate": "2019-06-18T18:50:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Because You Are",
    "track_id": "656ba39e-e74c-4b1b-8d75-fe73db30e2d2",
    "recording_id": null,
    "artist": "Naomi Wachira",
    "artist_ids": [
        "3b07974b-2197-495d-b656-4e8e03716ced"
    ],
    "album": "I Am Because You Are: Acoustic EP",
    "release_id": "eef93557-28d4-4f77-bb5c-ceb2dcc47541",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2015-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle singer songwriter Naomi Wachira was born in Kenya and grew up singing gospel music in a choir of family and friends. Naomi’s music carries grace, authenticity, positivity, and acoustic rhythms that blends western and African melodies that is sure to touch your soul https://imanafricangirl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}