Information about plays

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

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

{
    "id": 343086,
    "uri": "https://api.kexp.org/v2/plays/343086/?format=api",
    "airdate": "2019-06-18T18:34:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elengwen",
    "track_id": "13b3c8bf-0a64-3cc0-bb01-43b0758b754d",
    "recording_id": null,
    "artist": "Emmanuel Jal",
    "artist_ids": [
        "0ca5108c-fd3b-4de7-93a0-da7666a39c3e"
    ],
    "album": "Ceasefire",
    "release_id": "42af9f0b-ba4c-4d7e-ac3c-a04c3410f979",
    "release_group_id": null,
    "labels": [
        "Riverboat Records"
    ],
    "label_ids": [],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From his start in life as a child soldier in the war torn region of Southern Sudan in the early 1980s, Emmanuel Jal has come through huge personal struggles to become a successful and acclaimed recording artist and peace ambassador now living in Toronto, Canada.\n\nhttps://www.emmanueljal.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}