Information about plays

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

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

{
    "id": 2682056,
    "uri": "https://api.kexp.org/v2/plays/2682056/?format=api",
    "airdate": "2020-01-04T13:59:10-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/edb9ca6c-9e0d-3325-9f86-647c94476a86/8553956037-250.jpg",
    "thumbnail_uri": "",
    "song": "2 + 2 = 5 (The Lukewarm.)",
    "track_id": "4e87ad05-3ba9-3ae9-9739-60c6a3602f26",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief. (The Gloaming.)",
    "release_id": "edb9ca6c-9e0d-3325-9f86-647c94476a86",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}