Information about plays

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

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

{
    "id": 376944,
    "uri": "https://api.kexp.org/v2/plays/376944/?format=api",
    "airdate": "2019-09-05T09:05:57-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/5a3ed308-b700-3b07-ad40-bf429388bdd5/20224136391-250.jpg",
    "thumbnail_uri": "",
    "song": "Joey",
    "track_id": "ba1f7df8-1197-3f52-abe3-d82ea0b553d0",
    "recording_id": null,
    "artist": "Concrete Blonde",
    "artist_ids": [
        "701fc524-b5f2-42f2-9db7-8198cdd6839c"
    ],
    "album": "Bloodletting",
    "release_id": "5a3ed308-b700-3b07-ad40-bf429388bdd5",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I knew what I wanted to say, but I wasn't looking forward to saying it. And so it was the last vocal that I recorded. And I remember Chris every day, \"Do we have vocals to 'Joey' yet? Do we have words to 'Joey' yet?\" And I'm like, \"Not yet.\" So I literally wrote them in a cab. I knew what I was going to say, it's just a matter of like a cloud's forming and then it rains. The lines are forming in my head and they're all in my head, and I know the chorus, and I know what I'm going to say. It's just a matter of fine tuning the details and how I'm going to lug it out. And then it rains. The clouds all formed and it rained. And then it happened. And that was it. And it was just there.\" - Johnette Napolitano to Songfacts about this song from their third album 'Bloodletting'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}