Information about plays

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

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

{
    "id": 3525353,
    "uri": "https://api.kexp.org/v2/plays/3525353/?format=api",
    "airdate": "2025-07-10T23:51:56-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/8db7c4dc-b3ca-4ffd-9b3c-cd2f6e9fe1bd/41598188728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8db7c4dc-b3ca-4ffd-9b3c-cd2f6e9fe1bd/41598188728-250.jpg",
    "song": "RUN",
    "track_id": null,
    "recording_id": "086ed1c7-9e52-477b-a405-cde5eae08110",
    "artist": "L’Éclair ft. Gelli Haha",
    "artist_ids": [
        "eba84f01-4afc-4451-bb73-5bfd1eaae37a",
        "1f804ef4-e3b2-430b-9cd1-883f234ea603"
    ],
    "album": "CLOUD DRIFTER",
    "release_id": null,
    "release_group_id": "5d20a873-a6c0-46a8-b737-43d0329c3930",
    "labels": [
        "Innovative Leisure"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}