Information about plays

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

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

{
    "id": 3548621,
    "uri": "https://api.kexp.org/v2/plays/3548621/?format=api",
    "airdate": "2025-09-03T23:55:25-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://coverartarchive.org/release/70bad918-3388-4c06-ba27-84f5ac7767a2/41101015484-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70bad918-3388-4c06-ba27-84f5ac7767a2/41101015484-250.jpg",
    "song": "I’ve Seen That Face Before (Libertango)",
    "track_id": null,
    "recording_id": "d1352615-42fa-42c6-a8fa-b278c9ef00e2",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": null,
    "release_group_id": "8a0fff99-479d-3fe3-849f-0ddc8d22d304",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1981-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}