Information about plays

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

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

{
    "id": 3548994,
    "uri": "https://api.kexp.org/v2/plays/3548994/?format=api",
    "airdate": "2025-09-04T22:30:39-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ad73b54-b8fb-467e-b706-76da09e25a25/16544478473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ad73b54-b8fb-467e-b706-76da09e25a25/16544478473-250.jpg",
    "song": "Get to the Point",
    "track_id": null,
    "recording_id": "5188c831-9800-4d08-98e9-408d9d9e4220",
    "artist": "Brass Construction",
    "artist_ids": [
        "e19fa46b-f028-4f56-98b9-ab8b28151145"
    ],
    "album": "Brass Construction II",
    "release_id": null,
    "release_group_id": "d3adf88a-a088-3564-9526-6655797dabf0",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}