Information about plays

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

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

{
    "id": 3624473,
    "uri": "https://api.kexp.org/v2/plays/3624473/?format=api",
    "airdate": "2026-03-02T17:10:03-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab10c1be-286e-45ad-81ba-f635b3258870/38717022064-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab10c1be-286e-45ad-81ba-f635b3258870/38717022064-250.jpg",
    "song": "Stop Your Sobbing",
    "track_id": null,
    "recording_id": "bdf661c7-5e58-44d3-8ac3-955c97c4e9e8",
    "artist": "Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders",
    "release_id": null,
    "release_group_id": "448c8d23-3118-397f-9b81-a560c799f27a",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1979-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Ray Davies and recorded for The Kinks' 1964 self-titled debut album, this was later covered by The Pretenders as their first single. The Pretenders' recording of the song led to the relationship between Davies and the band's frontwoman Chrissie Hynde, which eventually resulted in the birth of a child.\n--\nIn order to convince guitarist James Honeyman-Scott to join the Pretenders, Chrissie Hynde hired one of his favorite recording artists, Nick Lowe, to produce this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}