Information about plays

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

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

{
    "id": 2675880,
    "uri": "https://api.kexp.org/v2/plays/2675880/?format=api",
    "airdate": "2019-12-20T10:14:25-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Austere",
    "track_id": "9a3d91b7-613c-3a64-a11e-15cb89ea16f0",
    "recording_id": null,
    "artist": "The Joy Formidable",
    "artist_ids": [
        "072d4c31-8fd7-4073-9efc-7e192b517906"
    ],
    "album": "A Balloon Called Moaning",
    "release_id": "a31a8c90-785e-3e50-878b-461627816e85",
    "release_group_id": null,
    "labels": [
        "Black Bell Records"
    ],
    "label_ids": [
        "bbf37099-83eb-47a6-bdd6-ea8be2dc15f4"
    ],
    "release_date": "2010-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 7.  KEXP favorites The Joy Formidable released their debut album on January 24th, 2011.  They were just in the KEXP studios for a live performance.  Look for that session on our Youtube channel soon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}