Information about plays

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

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

{
    "id": 3637518,
    "uri": "https://api.kexp.org/v2/plays/3637518/?format=api",
    "airdate": "2026-04-04T01:49:55-07:00",
    "show": 66360,
    "show_uri": "https://api.kexp.org/v2/shows/66360/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6ae238f-1ae2-4cd5-948c-052189742837/44510316651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6ae238f-1ae2-4cd5-948c-052189742837/44510316651-250.jpg",
    "song": "Psicofonía (Feat. Past Self)",
    "track_id": null,
    "recording_id": null,
    "artist": "Vacíos Cuerpos, Past Self",
    "artist_ids": [],
    "album": "La Cruz De Mi Conciencia",
    "release_id": null,
    "release_group_id": "3d9adb92-90f2-47c3-b883-fb3a0cccd7f7",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://vacioscuerpos.bandcamp.com/album/la-cruz-de-mi-conciencia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}