Information about plays

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

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

{
    "id": 3615763,
    "uri": "https://api.kexp.org/v2/plays/3615763/?format=api",
    "airdate": "2026-02-10T13:19:08-08:00",
    "show": 65897,
    "show_uri": "https://api.kexp.org/v2/shows/65897/?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": "118efa07-a45d-4c54-901a-bb6f5101eed7",
    "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": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for \"Music Sounds Better With You' here, enjoy:\nhttps://www.youtube.com/watch?v=FQlAEiCb8m0&list=RDFQlAEiCb8m0&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}