Information about plays

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

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

{
    "id": 3600155,
    "uri": "https://api.kexp.org/v2/plays/3600155/?format=api",
    "airdate": "2026-01-04T13:23:20-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tonight",
    "track_id": "99db6285-b78a-4371-a11c-712064574674",
    "recording_id": "d0d09c5b-0c99-4b93-a1ec-d849a9774430",
    "artist": "dexter in the newsagent",
    "artist_ids": [
        "c062f562-dfff-40da-b1e0-c6f31f9f6e8c"
    ],
    "album": "Time Flies",
    "release_id": "abc7a1ad-abc7-4ab9-adb7-1ec2471a9e9b",
    "release_group_id": "f85572f9-b1ff-469a-8699-32676ab2be7e",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut mixtape from South London-based R&B singer Charmaine Ayoku.\n\nIG: @dexterinthenewsagent",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}