Information about plays

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

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

{
    "id": 2683284,
    "uri": "https://api.kexp.org/v2/plays/2683284/?format=api",
    "airdate": "2020-01-07T12:45:59.071000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia800401.us.archive.org/26/items/mbid-f8388aa0-af29-4c2c-a20d-ac8196cb69d2/mbid-f8388aa0-af29-4c2c-a20d-ac8196cb69d2-13484827050.jpg",
    "thumbnail_uri": "https://ia800401.us.archive.org/26/items/mbid-f8388aa0-af29-4c2c-a20d-ac8196cb69d2/mbid-f8388aa0-af29-4c2c-a20d-ac8196cb69d2-13484827050_thumb250.jpg",
    "song": "Bumper",
    "track_id": "1f6c954e-6b45-4feb-8fd7-ba3b6e28e1ce",
    "recording_id": null,
    "artist": "P.O.S",
    "artist_ids": [
        "ca5daaf2-fbde-4935-ac6f-069cd20da0d1"
    ],
    "album": "We Don't Even Live Here",
    "release_id": "05b897da-69a8-4031-9c5b-d9d11155bdb4",
    "release_group_id": "362b0a55-3483-4e51-a17e-f010b22095e9",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2012-01-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I take my time with it...\nI take forever...\"  There may be a quiz on these lyrics: https://www.metrolyrics.com/bumper-lyrics-pos.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}