Information about plays

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

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

{
    "id": 345953,
    "uri": "https://api.kexp.org/v2/plays/345953/?format=api",
    "airdate": "2019-06-25T12:20:17-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5/22916910027-250.jpg",
    "thumbnail_uri": "",
    "song": "I Trap You",
    "track_id": "3f05fffb-3a6d-4db0-86c5-bd9a7f1ba1b8",
    "recording_id": null,
    "artist": "Kate Tempest",
    "artist_ids": [
        "7a2533c3-790e-4828-9b30-ca5467c609c5"
    ],
    "album": "The Book of Traps and Lessons",
    "release_id": "508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oooh!  Kate Tempest is going to be at The Showbox on Sunday, September 29th, 2019.  Here are the lyrics for \"I Trap You\": https://genius.com/Kate-tempest-i-trap-you-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}