Information about plays

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

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

{
    "id": 347221,
    "uri": "https://api.kexp.org/v2/plays/347221/?format=api",
    "airdate": "2019-06-28T00:37:00-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Me and Julio Down by the Schoolyard",
    "track_id": "f279f830-10a0-3858-a27f-e4e1e152d040",
    "recording_id": null,
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "Paul Simon",
    "release_id": "98525987-1acb-4a44-898e-fb44fa17a2ba",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1972-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simon made up a crazy little story for the song, and named the main character Julio because it sounded like a typical New York neighborhood kid (Simon grew up in Queens). What Paul didn't realize until years later was the impact the song had on Spanish-speaking listeners who were thrilled to hear a song coming out of America with a Latin name in the title.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}