Information about plays

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

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

{
    "id": 379092,
    "uri": "https://api.kexp.org/v2/plays/379092/?format=api",
    "airdate": "2019-09-10T11:09:09-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/20be72db-282f-4c75-b9bb-92223582ca6e/1673806588-250.jpg",
    "thumbnail_uri": "",
    "song": "Sir Duke",
    "track_id": "aaab97b0-d7d2-4c16-a865-e43425ee9cea",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Stevie Wonder's Original Musiquarium 1",
    "release_id": "20be72db-282f-4c75-b9bb-92223582ca6e",
    "release_group_id": null,
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1982-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jason calls this \"a shot of pure joy.\"  \"I knew the title from the beginning but wanted it to be about the musicians who did something for us,\" Stevie said. \"So soon they are forgotten. I wanted to show my appreciation. They gave us something that is supposed to be forever. That's the basic idea of what we do and how we hook it up.\" Here's Mr. Wonder performing it live:  https://www.youtube.com/watch?v=hmKshpLXnxE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}