Information about plays

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

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

{
    "id": 2682103,
    "uri": "https://api.kexp.org/v2/plays/2682103/?format=api",
    "airdate": "2020-01-04T16:45:36-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/f21ed447-0005-466b-8aaa-05a4a19a939b/17241757968-250.jpg",
    "thumbnail_uri": "",
    "song": "You Look Certain (I’m Not So Sure)",
    "track_id": "e8f64453-0487-4179-b68c-ec188835b268",
    "recording_id": null,
    "artist": "Mount Kimbie feat. Andrea Balency",
    "artist_ids": [
        "4a3a5fc0-af4b-4990-957b-8d94f7bfe706"
    ],
    "album": "Love What Survives",
    "release_id": "f21ed447-0005-466b-8aaa-05a4a19a939b",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.mountkimbie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}