Information about plays

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

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

{
    "id": 2678755,
    "uri": "https://api.kexp.org/v2/plays/2678755/?format=api",
    "airdate": "2019-12-27T11:19:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bright Lights and Promises",
    "track_id": "214ff2bf-9405-383c-97e5-6316ed7ea294",
    "recording_id": null,
    "artist": "Janis Ian",
    "artist_ids": [
        "b72f115c-8afa-4dc5-bc6c-11225a53708a"
    ],
    "album": "Between the Lines",
    "release_id": "1bc3b565-81eb-32fd-8b9b-ae00de2f438d",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1986-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janis Ian has announced that she'll be touring in Seattle in 2020 - no exact dates/venus at this point, but keep an eye on https://www.janisian.com/hotnews.php !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}