Information about plays

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

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

{
    "id": 376355,
    "uri": "https://api.kexp.org/v2/plays/376355/?format=api",
    "airdate": "2019-09-04T02:40:28-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "http://coverartarchive.org/release/8ec3f74a-7657-4c69-ae2e-ef32fc58628f/22876989554-250.jpg",
    "thumbnail_uri": "",
    "song": "Cellophane",
    "track_id": "4a244c5b-1fc4-484e-8a36-fb41d86a074c",
    "recording_id": null,
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "Cellophane",
    "release_id": "8ec3f74a-7657-4c69-ae2e-ef32fc58628f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FKA twigs has announced fall tour dates behind her new album Magdalene. She’s playing several North American shows through November. Catch her at the Moore on 11/4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}