Information about plays

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

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

{
    "id": 2682120,
    "uri": "https://api.kexp.org/v2/plays/2682120/?format=api",
    "airdate": "2020-01-04T17:36:45-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6752399-eff1-4fe1-bb4e-965b9f35155a/5813380576-250.jpg",
    "thumbnail_uri": "",
    "song": "I’m Waiting for the Man",
    "track_id": "954845f8-c480-354a-a4e2-e209d3d3775f",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Best of The Velvet Underground: Words and Music of Lou Reed",
    "release_id": "d6752399-eff1-4fe1-bb4e-965b9f35155a",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.velvetundergroundmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}