Information about plays

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

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

{
    "id": 3598375,
    "uri": "https://api.kexp.org/v2/plays/3598375/?format=api",
    "airdate": "2025-12-31T08:49:09-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motherless Child",
    "track_id": null,
    "recording_id": "f0cf76dd-d8ca-4715-b300-f800bde64d17",
    "artist": "O.V. Wright",
    "artist_ids": [
        "ac486e0f-9d86-4dec-8f4f-0f06e4d51946"
    ],
    "album": "The Soul of O.V. Wright",
    "release_id": null,
    "release_group_id": "88c20146-0bc5-37cf-9d00-a15753691f15",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A truly incendiary deep soul performer. O. V. Wright's melismatic vocals and Willie Mitchell's vaunted Hi Rhythm Section combined to make classic Memphis soul during the early '70s. Overton Vertis Wright learned his trade on the gospel circuit with the Sunset Travelers before going secular in 1964 with the passionate ballad \"That's How Strong My Love Is\" for Goldwax in Memphis. -- Allmusic https://tinyurl.com/bd8swzvm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}