Information about plays

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

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

{
    "id": 3579277,
    "uri": "https://api.kexp.org/v2/plays/3579277/?format=api",
    "airdate": "2025-11-17T05:47:40-08:00",
    "show": 65134,
    "show_uri": "https://api.kexp.org/v2/shows/65134/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96-33098495547_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96-33098495547_thumb250.jpg",
    "song": "North Garden",
    "track_id": "47a40eb8-d4cb-4ff2-a5c1-f3b96c3c3058",
    "recording_id": "58ceabbf-71ba-4e27-8e92-20005730edfc",
    "artist": "ODESZA",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "The Last Goodbye",
    "release_id": "2e754b0e-3a72-424d-a7dd-4c98b9db4e96",
    "release_group_id": "3a5d4174-1a4f-4840-93b4-0330052ee03f",
    "labels": [
        "Foreign Family Collective",
        "Ninja Tune"
    ],
    "label_ids": [
        "f500dd0b-9363-4726-8e30-3b1da1524458",
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2022-07-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Getting a Beach Boys vibe at the start of this song?\n\n\"'The Last Goodbye' visualizes the fight between pandemic weariness and the desire to seize the fruits of the reopened world, and there’s a cognitive dissonance between the vocalists’ introspective mind-loops and the massive beats beneath them.\" \n\nODESZA earned a Grammy Nomination For Best Dance/Electronic Album for 'The Last Goodbye.' \n\nRead more here: https://pitchfork.com/reviews/albums/odesza-the-last-goodbye/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}