Information about plays

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

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

{
    "id": 2674781,
    "uri": "https://api.kexp.org/v2/plays/2674781/?format=api",
    "airdate": "2019-12-18T05:10:51-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/637f19cf-bd77-4fd8-8f2f-ac212e0d57ae/14213079506-250.jpg",
    "thumbnail_uri": "",
    "song": "Where'd All the Time Go?",
    "track_id": "9a194d1c-da5e-3943-83e6-e3044f18c84a",
    "recording_id": null,
    "artist": "Dr. Dog",
    "artist_ids": [
        "e9aed5e5-ed35-4244-872e-194862290295"
    ],
    "album": "Shame, Shame",
    "release_id": "637f19cf-bd77-4fd8-8f2f-ac212e0d57ae",
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2010-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She gets dressed up like a pillow\nSo she's always in bed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}