Information about plays

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

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

{
    "id": 2683313,
    "uri": "https://api.kexp.org/v2/plays/2683313/?format=api",
    "airdate": "2020-01-07T14:07:09.161000-08:00",
    "show": 46314,
    "show_uri": "https://api.kexp.org/v2/shows/46314/?format=api",
    "image_uri": "https://ia800305.us.archive.org/12/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580.jpg",
    "thumbnail_uri": "https://ia600305.us.archive.org/12/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580_thumb250.jpg",
    "song": "Everything in Its Right Place",
    "track_id": "3fe500f0-587f-3186-8e7d-08c9f34e19d6",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "18e2b05b-937a-3c25-ac78-07267e6411a0",
    "release_group_id": "e75c0549-ad55-39e3-8025-c72c5d4a3c5d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dig in and learn more now https://www.kexp.org/countdowns/kexps-most-played-albums-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}