Information about plays

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

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

{
    "id": 3639190,
    "uri": "https://api.kexp.org/v2/plays/3639190/?format=api",
    "airdate": "2026-04-07T21:01:46-07:00",
    "show": 66394,
    "show_uri": "https://api.kexp.org/v2/shows/66394/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-dfd7dcd1-2322-3129-a173-e5510ce0fdf4/mbid-dfd7dcd1-2322-3129-a173-e5510ce0fdf4-16701088935_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-dfd7dcd1-2322-3129-a173-e5510ce0fdf4/mbid-dfd7dcd1-2322-3129-a173-e5510ce0fdf4-16701088935_thumb250.jpg",
    "song": "Persian Love Song",
    "track_id": "80b93a12-03b3-35eb-823f-68b1ee782ccb",
    "recording_id": "0a2777ea-20ab-4883-b78f-1b0c1a2422ba",
    "artist": "Dead Can Dance",
    "artist_ids": [
        "ccda046a-2674-4f7d-97e6-f23d6c156432"
    ],
    "album": "Toward the Within",
    "release_id": "dfd7dcd1-2322-3129-a173-e5510ce0fdf4",
    "release_group_id": "aa176d7c-8fdb-3d31-a5a5-f5cc3607d10c",
    "labels": [
        "4AD",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}