Information about plays

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

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

{
    "id": 3544343,
    "uri": "https://api.kexp.org/v2/plays/3544343/?format=api",
    "airdate": "2025-08-24T18:03:04-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Next Time I See You",
    "track_id": null,
    "recording_id": null,
    "artist": "Harry Ray",
    "artist_ids": [
        "24018a4b-734b-447f-8faa-f4fa838f19a4"
    ],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Jersey's own Harry Ray released \"Next Time That I See You\" as a b-side to \"Sweet Baby\" for Sugar Hill Records in 1982.\n\nHarry Milton Ray was a vocalist & songwriter who came to prominence as a member of soul & R&B groups like The Valtairs, Ray, Goodman & Brown, and The Moments.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}