Information about plays

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

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

{
    "id": 2681538,
    "uri": "https://api.kexp.org/v2/plays/2681538/?format=api",
    "airdate": "2020-01-03T07:12:00-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stephanie Says",
    "track_id": "d14afda2-8290-3693-b44a-552659e3a823",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "VU",
    "release_id": "c93e0eef-e172-42ee-bff6-8f0dfce5a512",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "1985-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"But she's not afraid to die, the people all call her Alaska...\"  Thanks for the suggestion on Alaska's birthday.  Here are the lyrics: https://songmeanings.com/songs/view/57365/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}