Information about plays

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

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

{
    "id": 2678830,
    "uri": "https://api.kexp.org/v2/plays/2678830/?format=api",
    "airdate": "2019-12-27T16:38:36-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef4b7301-2e68-41ce-8e6a-2af73cac7328/17684145075-250.jpg",
    "thumbnail_uri": "",
    "song": "Pretend We’re Dead",
    "track_id": "e951315d-74e4-38d8-8a48-f6f6208f7691",
    "recording_id": null,
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Bricks Are Heavy",
    "release_id": "ef4b7301-2e68-41ce-8e6a-2af73cac7328",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1992-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song began as a breakup lament. Read an oral history of \"Pretend We're Dead\": https://www.spin.com/2012/03/l7-look-back-20-years-pretend-were-dead/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}