Information about plays

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

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

{
    "id": 343110,
    "uri": "https://api.kexp.org/v2/plays/343110/?format=api",
    "airdate": "2019-06-18T20:22:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bakame Ni' Ingwe",
    "track_id": null,
    "recording_id": null,
    "artist": "The Good Ones",
    "artist_ids": [
        "16b074b3-5efa-4f93-9b03-d3b53e525910"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Good Ones are a trio from Kigali, the impoverished capital city of Rwanda. Adrien Kazigira, Stany Hitimana, and Jeanvier Havugimana are all survivors of the Rwandan genocide. Their debut album, Kigali Y' Izahabu, was recorded in one night and released in the late fall of 2010 by Dead Oceans (who donated a portion of the proceeds to various Rwandan humanitarian organizations).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}