Information about plays

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

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

{
    "id": 2675417,
    "uri": "https://api.kexp.org/v2/plays/2675417/?format=api",
    "airdate": "2019-12-19T15:13:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Interview with Kevin Cole",
    "track_id": null,
    "recording_id": null,
    "artist": "Say Sue Me",
    "artist_ids": [
        "6533674b-9d30-4328-bdfe-92318e12e53a"
    ],
    "album": "Live on the Afternoon Show",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Damnably"
    ],
    "label_ids": [],
    "release_date": "2019-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The group formed in 2012 and has released two full-length albums: We've Sobered Up (2014) and Where We Were Together (2018); and four extended plays: Big Summer Night (2015), Semin (2017), It's Just a Short Walk! (2018), and Christmas, It's Not a Biggie (2018).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}