Information about plays

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

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

{
    "id": 343301,
    "uri": "https://api.kexp.org/v2/plays/343301/?format=api",
    "airdate": "2019-06-19T04:24:57-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Armed and Dangerous",
    "track_id": "029e201a-b0ad-4348-a206-35ea0dad7406",
    "recording_id": null,
    "artist": "Chaos Chaos",
    "artist_ids": [
        "e6b0e0d7-c77b-4fa6-8a7e-95cdc41502bf"
    ],
    "album": "Armed and Dangerous",
    "release_id": "94c0e521-3301-4b43-8dbd-3b09deb65d8e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A rumination on the armor we wear in love to cope with vulnerability, “Armed And Dangerous” came about while Asya and Chloe Saavedra were staying in the desert. Says Asya: “At the time I was reading ‘The Art Of War’ and a sort of cheesy book on mindfulness. The two reminded me of these inevitable polar opposites in life, but I wanted to combine them — zen and war, peace and chaos. The song is about relinquishing control and removing armor, and the new way the world looks after doing this.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}