Information about plays

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

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

{
    "id": 3622463,
    "uri": "https://api.kexp.org/v2/plays/3622463/?format=api",
    "airdate": "2026-02-26T07:21:32-08:00",
    "show": 66034,
    "show_uri": "https://api.kexp.org/v2/shows/66034/?format=api",
    "image_uri": "https://dn720807.ca.archive.org/0/items/mbid-42f69bb9-71d6-468c-9114-03b96776c530/mbid-42f69bb9-71d6-468c-9114-03b96776c530-44261483621_thumb500.jpg",
    "thumbnail_uri": "https://dn720807.ca.archive.org/0/items/mbid-42f69bb9-71d6-468c-9114-03b96776c530/mbid-42f69bb9-71d6-468c-9114-03b96776c530-44261483621_thumb250.jpg",
    "song": "Victim of Luck",
    "track_id": "a5e2d8be-2bfa-46ec-8517-5b245e945967",
    "recording_id": "666547c2-a7b0-408d-9b6b-b47c125f3061",
    "artist": "Metric",
    "artist_ids": [
        "4449ccf6-c948-4d33-aa97-b6ad98ce4b5b"
    ],
    "album": "Romanticize The Dive",
    "release_id": "42f69bb9-71d6-468c-9114-03b96776c530",
    "release_group_id": "0a6628f0-3700-4d36-a8f6-a0d6acce9270",
    "labels": [
        "Thirty Tigers"
    ],
    "label_ids": [
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album \"Romanticize The Dive\" out April 24th!\n\nMetric is on tour! June 21st and 22nd at the Masonic in San Francisco with Broken Social Scene and Stars! See more dates here: https://www.ilovemetric.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}