Information about plays

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

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

{
    "id": 3612205,
    "uri": "https://api.kexp.org/v2/plays/3612205/?format=api",
    "airdate": "2026-02-02T08:28:10-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://coverartarchive.org/release/89e73666-3466-409f-80b0-ac2fac9a082f/15243022790-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89e73666-3466-409f-80b0-ac2fac9a082f/15243022790-250.jpg",
    "song": "I Love Music",
    "track_id": null,
    "recording_id": "fd379e83-4498-4eda-bab4-61871d49411b",
    "artist": "The O’Jays",
    "artist_ids": [
        "8153c6ef-026c-481f-b081-974f2c948d9f"
    ],
    "album": "Family Reunion",
    "release_id": null,
    "release_group_id": "0dafd8ec-1079-3258-962c-ae4eac0f0cf4",
    "labels": [],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1975 single reached number five on the US Billboard Hot 100 and number one on the soul singles chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}