Information about plays

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

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

{
    "id": 2678443,
    "uri": "https://api.kexp.org/v2/plays/2678443/?format=api",
    "airdate": "2019-12-26T16:45:00-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bastards of Young",
    "track_id": "274f10ec-bb77-31bd-ab12-d992fe5c25cb",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Tim",
    "release_id": "ba8d0528-07be-3ef8-8cd1-6793f342a96c",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the songs the band performed live on their 1986 appearance on SNL that resulted in a lifetime ban from appearing on the show again. https://www.youtube.com/watch?v=ZXD9sxa1Edo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}