Information about plays

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

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

{
    "id": 371948,
    "uri": "https://api.kexp.org/v2/plays/371948/?format=api",
    "airdate": "2019-08-24T23:52:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sex and Glue",
    "track_id": "0269f0a3-b356-3578-a620-3b48b5ff0b18",
    "recording_id": null,
    "artist": "Some Girls",
    "artist_ids": [
        "ffee2206-eb9e-4b39-9447-8977e269ed0e"
    ],
    "album": "All My Friends Are Going Death",
    "release_id": "23734b12-5cb9-4d8e-ae48-f891debb1a08",
    "release_group_id": null,
    "labels": [
        "Deathwish"
    ],
    "label_ids": [],
    "release_date": "2004-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Diego; https://somegirls.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}