Information about plays

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

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

{
    "id": 345923,
    "uri": "https://api.kexp.org/v2/plays/345923/?format=api",
    "airdate": "2019-06-25T10:47:00-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spiritual Healing",
    "track_id": "81889c69-4db2-366e-b2ba-8490d604ee6e",
    "recording_id": null,
    "artist": "Toots",
    "artist_ids": [
        "99d29b2d-53c5-4d74-8158-c687074e03e4"
    ],
    "album": "Time Tough: The Anthology",
    "release_id": "09a23497-82c4-4df4-a44c-d9bc5a731502",
    "release_group_id": null,
    "labels": [
        "Island Jamaica"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toots and the Maytalls will be in Seattle at Benaroya Hall on Thursday, August 1st, 2019. If you visit \"The Dread Library,\" you can learn lots more about this seminal reggae band:  https://debate.uvm.edu/dreadlibrary/badger.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}