Information about plays

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

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

{
    "id": 3554411,
    "uri": "https://api.kexp.org/v2/plays/3554411/?format=api",
    "airdate": "2025-09-18T01:44:35-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed8fc4a5-ad86-430d-bc78-44b66d516697/42697015770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed8fc4a5-ad86-430d-bc78-44b66d516697/42697015770-250.jpg",
    "song": "Sk8",
    "track_id": null,
    "recording_id": null,
    "artist": "JID",
    "artist_ids": [
        "d616b606-cf6a-4b6e-ab0f-e253b8db6610"
    ],
    "album": "God Does Like Ugly",
    "release_id": null,
    "release_group_id": "577228d1-b5db-45b8-a081-1ee78ee87d60",
    "labels": [
        "Dreamville"
    ],
    "label_ids": [
        "1aed8c3b-8e1e-46f8-b558-06357ff5f298"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}