Information about plays

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

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

{
    "id": 3637981,
    "uri": "https://api.kexp.org/v2/plays/3637981/?format=api",
    "airdate": "2026-04-04T23:55:32-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://dn711202.ca.archive.org/0/items/mbid-e411e1f3-7024-44e9-95d7-da74c13246ae/mbid-e411e1f3-7024-44e9-95d7-da74c13246ae-990277096_thumb500.jpg",
    "thumbnail_uri": "https://dn711202.ca.archive.org/0/items/mbid-e411e1f3-7024-44e9-95d7-da74c13246ae/mbid-e411e1f3-7024-44e9-95d7-da74c13246ae-990277096_thumb250.jpg",
    "song": "Jade",
    "track_id": "a1271a6b-26ca-359c-a6d3-2721ea8dcf50",
    "recording_id": "5898e4f3-4a40-4893-93cd-7d71accf7264",
    "artist": "Playing Enemy",
    "artist_ids": [
        "61b0f945-ce01-4925-950e-fbc5ce389957"
    ],
    "album": "I Was Your City",
    "release_id": "e411e1f3-7024-44e9-95d7-da74c13246ae",
    "release_group_id": "71094b41-4769-45e9-9ed0-1c8421c8534f",
    "labels": [
        "Hawthorne Street Records"
    ],
    "label_ids": [
        "fdd0770a-2e1d-4aed-8c1d-4fce454a4c9c"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}