Information about plays

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

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

{
    "id": 3667130,
    "uri": "https://api.kexp.org/v2/plays/3667130/?format=api",
    "airdate": "2026-06-13T00:27:45-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/5913be1b-0741-49cd-9858-5a27cb212a9e/4381788179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5913be1b-0741-49cd-9858-5a27cb212a9e/4381788179-250.jpg",
    "song": "Listen Up (LP version)",
    "track_id": null,
    "recording_id": "e96bde28-1959-448b-a6aa-82f3acf62fb5",
    "artist": "Erule",
    "artist_ids": [
        "df9cfb0c-4c98-4f4a-ac6e-1dffe5e9db9b"
    ],
    "album": "Listen Up / Synopsis",
    "release_id": null,
    "release_group_id": "1f2ac4cc-9d5e-48d4-8a93-eef38c413282",
    "labels": [
        "Pallas Records"
    ],
    "label_ids": [
        "d83eef67-aef1-49ec-8bc0-e10c1a9835a6"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear it? Producer King Born Allah borrowed the melody of Roy Ayers’ often-sampled “Everybody Loves the Sunshine”. Here's a look back at this 1994 single: https://hiphopgoldenage.com/way-back-listen-up-1994/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}