Information about plays

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

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

{
    "id": 3621758,
    "uri": "https://api.kexp.org/v2/plays/3621758/?format=api",
    "airdate": "2026-02-24T15:49:47-08:00",
    "show": 66020,
    "show_uri": "https://api.kexp.org/v2/shows/66020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glide",
    "track_id": null,
    "recording_id": "1cf53b37-b9d7-40f0-bb0c-1ea291238f54",
    "artist": "Pleasure",
    "artist_ids": [
        "fc340078-7883-49bd-ad06-8b03512b25ed"
    ],
    "album": "12\" Jazz Funk Classics",
    "release_id": null,
    "release_group_id": "af2ec303-3d83-4178-8458-e6999e4084e0",
    "labels": [
        "Sequel Records"
    ],
    "label_ids": [
        "d227b416-2df7-4004-b069-8fc428d9b53d"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't let life keep you behind\nGlide right on by, glide right on by\nDon't let life keep you behind\nGlide right on by, glide right on by\n\nSing-Along here, enjoy:\nhttps://genius.com/Pleasure-glide-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}