Information about plays

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

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

{
    "id": 356144,
    "uri": "https://api.kexp.org/v2/plays/356144/?format=api",
    "airdate": "2019-07-18T18:34:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "14 Carat Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Special Consensus",
    "artist_ids": [
        "88ac0688-278a-42cf-bdd3-4c23427173fc"
    ],
    "album": "35",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Compass"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gene Watson song w/ Dallas Wayne on guest vocals. Special Consensus is performing at the Darrington Bluegrass Festival this Sat. July 20th & Sun. July 21st. Go to darringtonbluegrass.com for more info",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}