Information about plays

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

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

{
    "id": 2682797,
    "uri": "https://api.kexp.org/v2/plays/2682797/?format=api",
    "airdate": "2020-01-06T09:37:53-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/76e486d8-8ea4-3a8c-b0a1-989dfcf229ed/4396037684-250.jpg",
    "thumbnail_uri": "",
    "song": "Bodhisattva Vow",
    "track_id": "f2523ef4-5d02-3bec-9807-76b0a5e0ce1e",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "76e486d8-8ea4-3a8c-b0a1-989dfcf229ed",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}