Information about plays

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

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

{
    "id": 3641936,
    "uri": "https://api.kexp.org/v2/plays/3641936/?format=api",
    "airdate": "2026-04-14T09:58:21-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb250.jpg",
    "song": "Within Your Reach",
    "track_id": "2f3e494b-a4ad-382d-be0e-c66a56fe6b5b",
    "recording_id": "b8d844f8-9242-4633-864d-1804b549b959",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Say Anything",
    "release_id": "b20f9816-4c80-4966-8eaa-144b24a3e4bf",
    "release_group_id": "a2ca8032-c88c-3ad9-90c2-4dd3f29fd93e",
    "labels": [
        "WTG Records"
    ],
    "label_ids": [
        "ca73c671-267a-472f-87cd-34302075b0a0"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1989, the film \"Say Anything...\" was released, featuring music by The Replacements, Depeche Mode, Living Colour, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}