Information about plays

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

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

{
    "id": 349739,
    "uri": "https://api.kexp.org/v2/plays/349739/?format=api",
    "airdate": "2019-07-03T20:26:05-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kashmere",
    "track_id": "188a529f-14de-34df-ac78-6c3a3324c226",
    "recording_id": null,
    "artist": "Kashmere Stage Band",
    "artist_ids": [
        "9bae247a-c674-46d5-83b0-9193e0618f71"
    ],
    "album": "Texas Thunder Soul 1968-1974",
    "release_id": "c2fd40ea-3095-4ea6-9d3b-4a812e072873",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1974 recording by this nationally-renowned high school band out of Texas ; several generations of Kashmere Band members performed together a few years back: https://www.youtube.com/watch?v=mDu6hbL99TQ (on the occasion of a new documentary: https://www.documentary.org/online-feature/make-it-funky-thunder-soul-celebrates-high-school-impresario)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}