Information about plays

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

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

{
    "id": 3422905,
    "uri": "https://api.kexp.org/v2/plays/3422905/?format=api",
    "airdate": "2024-11-08T12:54:18-08:00",
    "show": 61795,
    "show_uri": "https://api.kexp.org/v2/shows/61795/?format=api",
    "image_uri": "https://ia601401.us.archive.org/18/items/mbid-1bec9ee0-ed2e-4a80-a59b-6aadb394f169/mbid-1bec9ee0-ed2e-4a80-a59b-6aadb394f169-34299534326_thumb500.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/18/items/mbid-1bec9ee0-ed2e-4a80-a59b-6aadb394f169/mbid-1bec9ee0-ed2e-4a80-a59b-6aadb394f169-34299534326_thumb250.jpg",
    "song": "Carry The Zero",
    "track_id": "801474bb-feef-46ab-9fc3-64566e46d5d8",
    "recording_id": "fa0fa156-69f3-46c6-8593-9e8e0408bbaf",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Keep It Like A Secret",
    "release_id": "1bec9ee0-ed2e-4a80-a59b-6aadb394f169",
    "release_group_id": "db8ddfee-1069-3a49-9e36-ef195ce1ab4a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1998-11-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "1999's Keep It Like a Secret was Built to Spill's fourth album.\nAt the time of its release, one reviewer called \"Carry The Zero\" \"downright pretty\" in its combination of \"Cocteau Twins- esque guitars and melody with equal sigh and much more articulate lyrics.\" http://tinyurl.com/yumy2dt9\n\nThe last time Built to Spill was Live on KEXP was in 2022, with Cheryl hosting! https://www.youtube.com/watch?v=J5zh_eUHokc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}