Information about plays

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

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

{
    "id": 3582978,
    "uri": "https://api.kexp.org/v2/plays/3582978/?format=api",
    "airdate": "2025-11-25T22:13:28-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Selfish",
    "track_id": "8d37341e-4836-4f19-ad1f-aed62fb3072b",
    "recording_id": "4ddcad35-a152-437a-a966-27b3a8f29eb6",
    "artist": "Charlotte Day Wilson",
    "artist_ids": [
        "a78f1671-3ebf-4822-b2bd-70ccc3088c2d"
    ],
    "album": "Selfish",
    "release_id": "bf52ee85-7c41-43c3-8af5-e48fb490722b",
    "release_group_id": "11afc1c8-162e-4247-896f-1ca66c588d8a",
    "labels": [
        "XL Recordings",
        "Stone Woman Music"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a",
        "80054066-1552-4414-9927-a37e8bdcc22b"
    ],
    "release_date": "2025-11-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Selfish was written very quickly, coming together in about three hours through a collaborative process with co-writers Saya Gray, Ace G, and Braden Sauder. Gray's playing of chords on the piano provided the initial inspiration for the song's direction, as Wilson describes it as a moment of effortless, natural creation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}