Information about plays

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

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

{
    "id": 3644591,
    "uri": "https://api.kexp.org/v2/plays/3644591/?format=api",
    "airdate": "2026-04-20T16:39:14-07:00",
    "show": 66507,
    "show_uri": "https://api.kexp.org/v2/shows/66507/?format=api",
    "image_uri": "https://coverartarchive.org/release/150d3462-6e4e-4525-aaf9-877923fbd1a7/5202500728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/150d3462-6e4e-4525-aaf9-877923fbd1a7/5202500728-250.jpg",
    "song": "Man No Sober",
    "track_id": null,
    "recording_id": "049cce6b-a247-416a-9319-a68a11614f47",
    "artist": "Steel Pulse",
    "artist_ids": [
        "37367b2f-69e4-4df2-9e64-75ca6204764b"
    ],
    "album": "True Democracy",
    "release_id": null,
    "release_group_id": "723f27d0-bae3-3f12-a5e2-eb8a7551090b",
    "labels": [
        "Wise Man Doctrine Records"
    ],
    "label_ids": [],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by David Hinds and released on Steel Pulse's own label Wise Man Doctrine Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}