Information about plays

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

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

{
    "id": 2680798,
    "uri": "https://api.kexp.org/v2/plays/2680798/?format=api",
    "airdate": "2020-01-01T11:58:39-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6f2297e-4083-439e-b141-f947de988576/14670890955-250.jpg",
    "thumbnail_uri": "",
    "song": "Buena",
    "track_id": "b515b8e3-4562-3435-a410-ed114abc3d8e",
    "recording_id": null,
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Cure for Pain",
    "release_id": "c6f2297e-4083-439e-b141-f947de988576",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}