Information about plays

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

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

{
    "id": 3541147,
    "uri": "https://api.kexp.org/v2/plays/3541147/?format=api",
    "airdate": "2025-08-17T09:06:47-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama Tried",
    "track_id": null,
    "recording_id": "deaf88cb-78c8-4456-94f8-1b8ba20e6ea7",
    "artist": "Merle Haggard and The Strangers",
    "artist_ids": [
        "deb2448c-6fdf-4d31-921e-757630515dbd",
        "54771e2f-5bb8-4feb-8a4c-7008708e01c1"
    ],
    "album": "Mama Tried",
    "release_id": null,
    "release_group_id": "b0367154-a32d-3540-aea9-58414f745e3b",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was heavily influenced by Haggard’s own incarceration in San Quentin State Prison in 1957 where he served two years for robbery.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}