Information about plays

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

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

{
    "id": 2683191,
    "uri": "https://api.kexp.org/v2/plays/2683191/?format=api",
    "airdate": "2020-01-07T09:09:31-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d866d86-5b92-43db-9093-477eda43c30e/9587991319-250.jpg",
    "thumbnail_uri": "",
    "song": "Johnny Appleseed",
    "track_id": "04201b19-df66-30cc-b70d-b67cab903c89",
    "recording_id": null,
    "artist": "Joe Strummer & The Mescaleros",
    "artist_ids": [
        "39c1e474-647e-42ef-a157-fcfb30c2c2ff"
    ],
    "album": "Global a Go-Go",
    "release_id": "9d866d86-5b92-43db-9093-477eda43c30e",
    "release_group_id": null,
    "labels": [
        "Hellcat Records"
    ],
    "label_ids": [
        "5c5e0ca2-8819-4b3b-8b43-59943780c2b6"
    ],
    "release_date": "2001-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here is your one month warning for International Clash Day!  Only 31 shopping days left!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}