Information about plays

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

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

{
    "id": 3607912,
    "uri": "https://api.kexp.org/v2/plays/3607912/?format=api",
    "airdate": "2026-01-23T04:26:29-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://coverartarchive.org/release/d19ae238-9672-4385-ae28-1d0cf2096f6d/32986966243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d19ae238-9672-4385-ae28-1d0cf2096f6d/32986966243-250.jpg",
    "song": "If You Love Me",
    "track_id": null,
    "recording_id": "c162ffd5-c0e5-4ead-99d1-689d4ae6dd4f",
    "artist": "Brownstone",
    "artist_ids": [
        "9b214042-4154-4571-8f6c-5643eb4bc06f"
    ],
    "album": "From the Bottom Up",
    "release_id": null,
    "release_group_id": "bee65aec-0eb6-3295-a505-855df4b3c259",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}