Information about plays

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

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

{
    "id": 383013,
    "uri": "https://api.kexp.org/v2/plays/383013/?format=api",
    "airdate": "2019-09-19T15:44:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Answering Machine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "The Complete Inconcerated Live",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The last two LPs in \"Dead Man's Pop\" are a live album called The Complete Inconcerated Live, which expands upon the 1989 promotional EP, Inconcerated Live. The show was recorded at the University of Wisconsin-Milwaukee on June 2, 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}