Information about plays

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

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

{
    "id": 347432,
    "uri": "https://api.kexp.org/v2/plays/347432/?format=api",
    "airdate": "2019-06-28T13:39:35-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d5ed054-b3ce-40a6-8964-8cb25448afd4/19283274807-250.jpg",
    "thumbnail_uri": "",
    "song": "Last Lion of Albion",
    "track_id": "71dc2b99-201b-40e2-90cd-06ce8ce51aad",
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Hell-On",
    "release_id": "1d5ed054-b3ce-40a6-8964-8cb25448afd4",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2018-06-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Song Exploder recently spoke with Neko Case to explore the making of this song, what it means, and how she created the sounds that make it up. Check it out here! http://songexploder.net/neko-case",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}