Information about plays

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

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

{
    "id": 3575345,
    "uri": "https://api.kexp.org/v2/plays/3575345/?format=api",
    "airdate": "2025-11-08T01:10:14-08:00",
    "show": 65050,
    "show_uri": "https://api.kexp.org/v2/shows/65050/?format=api",
    "image_uri": "https://coverartarchive.org/release/3481bf51-62ee-4d89-b0b6-91390c956900/21175546026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3481bf51-62ee-4d89-b0b6-91390c956900/21175546026-250.jpg",
    "song": "Histoire De Coeur",
    "track_id": null,
    "recording_id": null,
    "artist": "Corinne Tell",
    "artist_ids": [
        "cec1f348-1553-437b-8dc5-a2fce63edaa4"
    ],
    "album": "Histoire De Coeur",
    "release_id": null,
    "release_group_id": "41b2e643-fb51-4e97-ac80-1c339ebfc589",
    "labels": [
        "VAL Productions"
    ],
    "label_ids": [
        "c262bb58-21d8-4fdf-9e57-768f570f6341"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oui, oui!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}