Information about plays

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

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

{
    "id": 3525344,
    "uri": "https://api.kexp.org/v2/plays/3525344/?format=api",
    "airdate": "2025-07-10T23:13:48-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-f3cfd8d6-23f9-4cce-b503-8c5ea9e4edaf/mbid-f3cfd8d6-23f9-4cce-b503-8c5ea9e4edaf-42033152311_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-f3cfd8d6-23f9-4cce-b503-8c5ea9e4edaf/mbid-f3cfd8d6-23f9-4cce-b503-8c5ea9e4edaf-42033152311_thumb250.jpg",
    "song": "What You Need",
    "track_id": "2e44c712-9b39-4a6f-9cad-e35594d1a0ad",
    "recording_id": "b2443b63-d907-4113-8fc4-256525d12d79",
    "artist": "MxNxSTxR & Destructo feat. Thundercat & Channel Tres",
    "artist_ids": [
        "12a93413-d2cd-43b3-b29b-71c8e88b9360",
        "a9d53ca9-6c28-4be9-ab10-6c936a11d70b",
        "044fd265-79dd-43eb-afc4-8b20becf7e17",
        "0fb3a17c-d53c-419b-9952-4b7be345db7b"
    ],
    "album": "What You Need (feat. Thundercat & Channel Tres)",
    "release_id": "f3cfd8d6-23f9-4cce-b503-8c5ea9e4edaf",
    "release_group_id": "ce5b0864-f66b-4f35-9acc-c085fc58e1c0",
    "labels": [
        "All My Friends"
    ],
    "label_ids": [
        "f82c8de7-45c1-4457-836f-067d319fca79"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}