Information about plays

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

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

{
    "id": 3579024,
    "uri": "https://api.kexp.org/v2/plays/3579024/?format=api",
    "airdate": "2025-11-16T15:54:22-08:00",
    "show": 65128,
    "show_uri": "https://api.kexp.org/v2/shows/65128/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4ccbf14-cf27-42e9-9bbc-fa3b0e5bd646/43004179623-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4ccbf14-cf27-42e9-9bbc-fa3b0e5bd646/43004179623-250.jpg",
    "song": "Big Rift",
    "track_id": null,
    "recording_id": "cd5ce5ca-ae6f-4d12-a352-daf3d512ac95",
    "artist": "Gibraltar",
    "artist_ids": [
        "895be694-0bcd-4396-9ec3-544bbad5c18b"
    ],
    "album": "Modern Mischief",
    "release_id": null,
    "release_group_id": "2f50e186-56a2-4ece-94a1-9cf8ee6f9349",
    "labels": [
        "Factory Belt Records"
    ],
    "label_ids": [
        "85dd5c45-3243-43a0-8d6f-344c1d7300ed"
    ],
    "release_date": "2021-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gibraltar is a Seattle-based rock band formed by musician Aaron Starkey (also of Spanish for 100), known for their melodic, sometimes moody sound, releasing EPs like \"Storms\" and \"Elegant Alibis,\" and featuring Starkey's distinctive guitar work and vocals.\n\nStarkey is also a tech professional involved with Bumbershoot and Factory Belt Productions, but his primary musical focus with Gibraltar blends rock with art and technology.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}