Information about plays

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

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

{
    "id": 3639824,
    "uri": "https://api.kexp.org/v2/plays/3639824/?format=api",
    "airdate": "2026-04-09T09:29:23-07:00",
    "show": 66406,
    "show_uri": "https://api.kexp.org/v2/shows/66406/?format=api",
    "image_uri": "https://dn710909.ca.archive.org/0/items/mbid-fcc0a098-f441-308f-9813-ff478d433323/mbid-fcc0a098-f441-308f-9813-ff478d433323-15272263389_thumb500.jpg",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-fcc0a098-f441-308f-9813-ff478d433323/mbid-fcc0a098-f441-308f-9813-ff478d433323-15272263389_thumb250.jpg",
    "song": "I Got a Man",
    "track_id": "e227015a-5eac-308b-b304-080a0211365b",
    "recording_id": "a9f9cd63-70ef-4d63-9dde-8b59881e63fa",
    "artist": "Positive K",
    "artist_ids": [
        "c12d8aaa-219b-4f1f-8469-97f7ad7cb39e"
    ],
    "album": "The Skills Dat Pay da Bills",
    "release_id": "234653ee-6e85-4067-b9ec-90efd1d086d9",
    "release_group_id": "a5254537-e5ce-3b93-89af-fbbe967aa995",
    "labels": [
        "4th & Broadway"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "release_date": "1992-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Positive K provided not only the male vocals on the song, but also the female vocals, raising the pitch of his voice in the studio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}