Information about plays

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

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

{
    "id": 3549546,
    "uri": "https://api.kexp.org/v2/plays/3549546/?format=api",
    "airdate": "2025-09-06T06:54:17-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "https://coverartarchive.org/release/91e96c04-9ced-4566-b273-b60b9c40ad3e/17610493930-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91e96c04-9ced-4566-b273-b60b9c40ad3e/17610493930-250.jpg",
    "song": "Delicate",
    "track_id": null,
    "recording_id": "1e398ba1-c3a2-4b70-bc19-0d00c931967f",
    "artist": "Taylor Swift",
    "artist_ids": [
        "20244d07-534f-4eff-b4d4-930878889970"
    ],
    "album": "reputation",
    "release_id": null,
    "release_group_id": "f060c8fd-bec9-426e-800e-8efc040a71e6",
    "labels": [
        "Universal Music Taiwan"
    ],
    "label_ids": [
        "0d264610-1a80-436a-a8db-e9b87432d6a1"
    ],
    "release_date": "2017-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}