Information about plays

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

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

{
    "id": 3548020,
    "uri": "https://api.kexp.org/v2/plays/3548020/?format=api",
    "airdate": "2025-09-02T14:24:26-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://coverartarchive.org/release/963ce7f3-16fe-48c1-870d-0e4206a1563a/20725890949-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/963ce7f3-16fe-48c1-870d-0e4206a1563a/20725890949-250.jpg",
    "song": "If You Know What’s Right",
    "track_id": null,
    "recording_id": "8eb42e01-8d15-482e-95d5-fddfff48673d",
    "artist": "Her’s",
    "artist_ids": [
        "da357978-095d-4621-a7ee-2c0f336c5e8a"
    ],
    "album": "Invitation to Her’s",
    "release_id": null,
    "release_group_id": "52ccf390-4c4d-4e5a-ab5c-6e158ada7482",
    "labels": [
        "Heist or Hit Records"
    ],
    "label_ids": [
        "0bc2b9b6-40ed-42ba-935b-87633cd1a236"
    ],
    "release_date": "2018-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "out to Aaron in Mill Creek!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}