Information about plays

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

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

{
    "id": 348641,
    "uri": "https://api.kexp.org/v2/plays/348641/?format=api",
    "airdate": "2019-07-01T13:18:01-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/34aa1bf3-ff41-450c-9c99-1f006ba8e5c2/19420781709-250.jpg",
    "thumbnail_uri": "",
    "song": "Bury Me",
    "track_id": "3602463f-ded0-4493-8c91-6f0e98eb9473",
    "recording_id": null,
    "artist": "ACTORS",
    "artist_ids": [
        "230f2c85-8b1c-4e88-ab5d-0d015a4bbe16"
    ],
    "album": "It Will Come to You",
    "release_id": "34aa1bf3-ff41-450c-9c99-1f006ba8e5c2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver, BC. Playing Victoria, BC's Centennial Square Wednesday, July 31. Here's Live Video of Actors' 2018 KEXP In-Studio: https://www.youtube.com/watch?v=92J_RCI1b3Q&t=72s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}