Information about plays

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

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

{
    "id": 3613514,
    "uri": "https://api.kexp.org/v2/plays/3613514/?format=api",
    "airdate": "2026-02-05T11:18:20-08:00",
    "show": 65846,
    "show_uri": "https://api.kexp.org/v2/shows/65846/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db-32085006271_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db-32085006271_thumb250.jpg",
    "song": "Vanity Fair",
    "track_id": "51fdbe56-bf65-3502-afaa-a7e9b93973df",
    "recording_id": "ad47961f-0e99-426a-be5e-2129bf1e56f4",
    "artist": "The Ocean Blue",
    "artist_ids": [
        "ec091c5c-cb67-47e7-a2c9-e61ec1afc17a"
    ],
    "album": "The Ocean Blue",
    "release_id": "5c4da6d0-7336-4e29-a603-59b438c3b2db",
    "release_group_id": "2b8413ad-dd9a-31d7-a04d-5dc79fa1add6",
    "labels": [
        "Reprise Records",
        "Sire Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ocean Blue is an American indie pop band formed in Hershey, Pennsylvania, in 1986. Its original members included David Schelzel on lead vocals/guitar, Steve Lau on keyboards/saxophone, Bobby Mittan on bass guitar and Rob Minnig on drums and vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}