Information about plays

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

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

{
    "id": 3623048,
    "uri": "https://api.kexp.org/v2/plays/3623048/?format=api",
    "airdate": "2026-02-27T15:57:50-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "https://coverartarchive.org/release/21332e10-48a3-44f6-955b-834c82f69336/26450854049-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21332e10-48a3-44f6-955b-834c82f69336/26450854049-250.jpg",
    "song": "Was It Something That I Said",
    "track_id": null,
    "recording_id": "ba0ee0b6-2d3f-4ee0-9ede-27dfe8c94016",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Step II",
    "release_id": null,
    "release_group_id": "a11dd6e8-d308-35c1-b248-81a2832d8ad6",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1978-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The initial spoken portion of this song by disco legend Sylvester is performed by “The Weather Girls,” a.k.a. “Two Tons O' Fun.” This underground hit was later sampled in Lil' Kim’s “Big Momma Thang.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}