Information about plays

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

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

{
    "id": 3641642,
    "uri": "https://api.kexp.org/v2/plays/3641642/?format=api",
    "airdate": "2026-04-13T17:51:36-07:00",
    "show": 66445,
    "show_uri": "https://api.kexp.org/v2/shows/66445/?format=api",
    "image_uri": "https://coverartarchive.org/release/2de1f350-c9bc-4070-a0a5-2701bcc44675/44770132688-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2de1f350-c9bc-4070-a0a5-2701bcc44675/44770132688-250.jpg",
    "song": "Rêve Block",
    "track_id": null,
    "recording_id": "ca43eb9b-4381-49a9-89bf-058616f0856f",
    "artist": "Frànçois & the Atlas Mountains",
    "artist_ids": [
        "63862e0f-4e06-458e-88d7-2baabbf27398"
    ],
    "album": "Halage",
    "release_id": null,
    "release_group_id": "5343acc0-e207-4d12-ba7a-fedff3b6f09c",
    "labels": [
        "InFiné"
    ],
    "label_ids": [
        "d920a943-abac-4299-b340-1ad30701b41a"
    ],
    "release_date": "2026-04-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frànçois writes the songs. The music is arranged by him and his sonic friends.\n\nhttps://francoisandtheatlasmountains.bandcamp.com/album/halage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}