Information about plays

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

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

{
    "id": 3568581,
    "uri": "https://api.kexp.org/v2/plays/3568581/?format=api",
    "airdate": "2025-10-22T16:44:00-07:00",
    "show": 64905,
    "show_uri": "https://api.kexp.org/v2/shows/64905/?format=api",
    "image_uri": "https://coverartarchive.org/release/51742f0c-72e9-4f63-b1b5-5dde3c86670f/37314413241-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51742f0c-72e9-4f63-b1b5-5dde3c86670f/37314413241-250.jpg",
    "song": "Highway",
    "track_id": null,
    "recording_id": "6e554ed5-463f-4f8e-8faa-439319f0079d",
    "artist": "Lewis OfMan feat. Empress Of",
    "artist_ids": [
        "f0963a9e-0250-4c97-a26f-e6915034fc9d",
        "91cd6a5a-e0db-4329-837e-9b6479d1ed2d"
    ],
    "album": "Cristal Medium Blue",
    "release_id": null,
    "release_group_id": "f0765aac-5205-47ce-95dc-84ff4ad6c09c",
    "labels": [
        "Profil de Face Records"
    ],
    "label_ids": [
        "7c91ebdd-310f-4f4a-9334-1636a722a00d"
    ],
    "release_date": "2024-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lewis OfMan is a French DJ and producer who collaborates with the Honduran-American artist Empress Of on this track. https://lewisofman.bandcamp.com/album/cristal-medium-blue https://www.empressof.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}