Information about plays

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

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

{
    "id": 3670612,
    "uri": "https://api.kexp.org/v2/plays/3670612/?format=api",
    "airdate": "2026-06-21T05:23:04-07:00",
    "show": 67047,
    "show_uri": "https://api.kexp.org/v2/shows/67047/?format=api",
    "image_uri": "https://coverartarchive.org/release/f96982b7-1b0a-488c-91e7-e985929929a8/1988761752-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f96982b7-1b0a-488c-91e7-e985929929a8/1988761752-250.jpg",
    "song": "Dear Fellow Traveler",
    "track_id": null,
    "recording_id": "4b8f65fb-404f-42fb-8988-2ae6d962fc17",
    "artist": "Sea Wolf",
    "artist_ids": [
        "81be1ffb-da44-4449-abdb-40d5b34192f9"
    ],
    "album": "Old World Romance",
    "release_id": null,
    "release_group_id": "aed5e76b-7d92-4d78-aae5-57eb13c53ad9",
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2012-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}