Information about plays

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

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

{
    "id": 3576421,
    "uri": "https://api.kexp.org/v2/plays/3576421/?format=api",
    "airdate": "2025-11-10T12:27:30-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "https://ia600501.us.archive.org/12/items/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a-15050624182_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/12/items/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a-15050624182_thumb250.jpg",
    "song": "Still in Love Song",
    "track_id": "34820610-3dd8-357f-90ac-6b654eee4bbf",
    "recording_id": "a1d1ba4a-e5be-4971-b90d-bfe7a7459c33",
    "artist": "The Stills",
    "artist_ids": [
        "e8eed2c6-269a-47c0-aed9-8517a304b02c"
    ],
    "album": "Logic Will Break Your Heart",
    "release_id": "cc375ead-64f3-456e-9ad6-128a37f0497a",
    "release_group_id": "4690a3a8-a350-3dd6-b262-488d82d8b59f",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2003-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Stills were a band from Montreal, Quebec, formed in 2000. \n\nThey announced their breakup in 2011. Read about it here: https://pitchfork.com/news/42230-the-stills-you-say-party-break-up/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}