Information about plays

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

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

{
    "id": 377589,
    "uri": "https://api.kexp.org/v2/plays/377589/?format=api",
    "airdate": "2019-09-06T17:04:09-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "http://coverartarchive.org/release/347b332c-b256-3264-ab53-cf7d7be98273/7848731731-250.jpg",
    "thumbnail_uri": "",
    "song": "You Gotta Move",
    "track_id": "f47a1392-c355-43cf-a8f2-864268dcaa0e",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Sticky Fingers",
    "release_id": "347b332c-b256-3264-ab53-cf7d7be98273",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1994-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jimmy Johnson, the renowned session guitarist, producer, and co-founder of Muscle Shoals Sound Studio, has died, Rolling Stone reports. He was 76 years old.\n<Br><br>In 1969, Johnson and the Swampers opened Muscle Shoals Sound Studio in Sheffield, Alabama. At Muscle Shoals Sound, Johnson also became an influential recording engineer, serving as the engineer for the Rolling Stones’ famous Sticky Fingers” sessions in 1969, which produced “Wild Horses,” “Brown Sugar,” and “You Gotta Move.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}