Information about plays

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

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

{
    "id": 3630986,
    "uri": "https://api.kexp.org/v2/plays/3630986/?format=api",
    "airdate": "2026-03-19T09:49:44-07:00",
    "show": 66221,
    "show_uri": "https://api.kexp.org/v2/shows/66221/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34-1174161171_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34-1174161171_thumb250.jpg",
    "song": "Lucky Man",
    "track_id": "080a3de1-a1bb-3c13-a382-5fd0379076d4",
    "recording_id": "6c4973ea-8a89-44cc-a7e7-c4d6fa05cb4f",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": "3dd0c8e4-af53-3605-9c20-f27c7635fb60",
    "labels": [
        "Virgin",
        "Hut Recordings"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview on BBC Radio 2, singer Richard Ashcroft said the song was \"inspired by my relationship with my wife, and that sense of when you're beyond the sort of peacock dance that you have early on in a relationship. And you're getting down to the raw nature of yourselves.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}