Information about plays

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

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

{
    "id": 3542188,
    "uri": "https://api.kexp.org/v2/plays/3542188/?format=api",
    "airdate": "2025-08-19T19:57:04-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-4ae65212-2f01-4e41-a807-41ccf10d8ab5/mbid-4ae65212-2f01-4e41-a807-41ccf10d8ab5-32192705450_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-4ae65212-2f01-4e41-a807-41ccf10d8ab5/mbid-4ae65212-2f01-4e41-a807-41ccf10d8ab5-32192705450_thumb250.jpg",
    "song": "Ya Sah",
    "track_id": "405f4371-f024-3897-8808-caa9bdb23b23",
    "recording_id": "8e3c636b-8249-4827-a882-ea8f77d39574",
    "artist": "Nass el Ghiwane",
    "artist_ids": [
        "cbcd5eaa-0d67-4269-b0d5-05f2988d7c69"
    ],
    "album": "Passion: Sources",
    "release_id": "4ae65212-2f01-4e41-a807-41ccf10d8ab5",
    "release_group_id": "99c46f84-6744-3afc-b29e-a35ed297db12",
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}