Information about plays

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

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

{
    "id": 2681209,
    "uri": "https://api.kexp.org/v2/plays/2681209/?format=api",
    "airdate": "2020-01-02T11:52:00-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Turiya",
    "track_id": "26923897-dc4e-4c2e-b432-95a75f14ec93",
    "recording_id": null,
    "artist": "Charlie Haden",
    "artist_ids": [
        "1f0cdc02-c8d5-4228-8227-37ec0c289b48"
    ],
    "album": "\"Closeness\" Duets",
    "release_id": "3a2e8771-1030-434c-8f09-1b3ce70e8b6c",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>For Turiya</i> features the beautiful and mesmerizing harp sounds of Alice Coltrane, who is one of the few harpists in the history of jazz. She is also the wife of jazz saxophonist and composer, John Coltrane who was at the heart of the jazz scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}