Information about plays

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

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

{
    "id": 379170,
    "uri": "https://api.kexp.org/v2/plays/379170/?format=api",
    "airdate": "2019-09-10T15:21:36-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/4e9b710a-ffd1-4bb3-9368-23c394847a29/23813447148-250.jpg",
    "thumbnail_uri": "",
    "song": "Winter Takes All",
    "track_id": "61e989e9-6534-3500-aa80-c01c7670b467",
    "recording_id": null,
    "artist": "Common Market",
    "artist_ids": [
        "c8b259a5-6acb-43e8-bb28-bc09e92eb22e"
    ],
    "album": "Tobacco Road",
    "release_id": "4e9b710a-ffd1-4bb3-9368-23c394847a29",
    "release_group_id": null,
    "labels": [
        "HYENA Records"
    ],
    "label_ids": [
        "058766b8-4b5c-48c8-b176-a0f307ad8ba0"
    ],
    "release_date": "2008-09-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Just wanted to reach out and express my gratitude for everything KEXP does, especially today. Listening to the notes from other listeners, my heart aches hearing my own struggle with anxiety and depression mirrored in others, but it also swells with love and admiration at their strength and resilience. It's easy for me to fall into feelings of loneliness and isolation, but with each song today I feel a part of something so much bigger. For my part, I'd love to hear Common Market's Winter Takes All. Sending so much love to all the listeners and everyone at KEXP working to make today happen.\" -Erik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}