Information about plays

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

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

{
    "id": 3548639,
    "uri": "https://api.kexp.org/v2/plays/3548639/?format=api",
    "airdate": "2025-09-04T00:47:52-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8445b5c-2307-4af7-a5ee-3f5c5eddf67b/1331378149-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8445b5c-2307-4af7-a5ee-3f5c5eddf67b/1331378149-250.jpg",
    "song": "Music Sounds Better With You",
    "track_id": null,
    "recording_id": "223dccc0-fd8c-4515-b733-bca2d0328193",
    "artist": "Stardust",
    "artist_ids": [
        "7b75e88a-f211-4886-8c3d-dd9d7171eee5"
    ],
    "album": "Music Sounds Better With You",
    "release_id": null,
    "release_group_id": "a65ec23c-d260-3eaa-9fd2-afd9f839ecac",
    "labels": [
        "Roulé"
    ],
    "label_ids": [
        "78ec451b-bde6-4eae-9d1c-b4c47608eeb6"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}