Information about plays

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

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

{
    "id": 3638115,
    "uri": "https://api.kexp.org/v2/plays/3638115/?format=api",
    "airdate": "2026-04-05T09:11:22-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn710708.ca.archive.org/0/items/mbid-ca986762-4ab0-42f3-a913-ea8f265999ed/mbid-ca986762-4ab0-42f3-a913-ea8f265999ed-41435425956_thumb500.jpg",
    "thumbnail_uri": "https://dn710708.ca.archive.org/0/items/mbid-ca986762-4ab0-42f3-a913-ea8f265999ed/mbid-ca986762-4ab0-42f3-a913-ea8f265999ed-41435425956_thumb250.jpg",
    "song": "Just as Long as We’re Together",
    "track_id": "52adc095-c89f-40c9-acca-8ae78f2cd160",
    "recording_id": "fc28ee1a-a995-4161-a3f8-555ad2db29c2",
    "artist": "Jalen Ngonda",
    "artist_ids": [
        "869851f6-ad0d-4359-98d3-3ea4ae72d543"
    ],
    "album": "Just As Long As We’re Together",
    "release_id": "ca986762-4ab0-42f3-a913-ea8f265999ed",
    "release_group_id": "18fc9b7f-c6e6-4ad4-a4f2-183ed0edbf69",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2025-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}