Information about plays

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

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

{
    "id": 3545912,
    "uri": "https://api.kexp.org/v2/plays/3545912/?format=api",
    "airdate": "2025-08-28T14:34:46-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e50270f-d588-40e2-81a1-8a7003b57bd3/29669748435-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e50270f-d588-40e2-81a1-8a7003b57bd3/29669748435-250.jpg",
    "song": "Youre Right, Ray Charles",
    "track_id": null,
    "recording_id": "4deb5531-7657-4a05-9de3-4b96a235b8d9",
    "artist": "Joe Tex",
    "artist_ids": [
        "bb25e0ba-fd11-4d2a-8ec3-f5674f67c874"
    ],
    "album": "You're Right, Joe Tex",
    "release_id": null,
    "release_group_id": "8e1ca9ec-796d-43e4-9e8c-e7374dcfc796",
    "labels": [
        "Kent Soul"
    ],
    "label_ids": [
        "b6f018c0-829e-41fe-8aaa-3ddc7ae85bd3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you hear anything familiar? In 1974, George Clinton directly sampled this 1969 song from Joe Tex.\n--\nHere's an article paying tribute to Joe Tex, \"the great soul singer from East Texas\": https://texashighways.com/travel-news/a-tribute-to-joe-tex-the-great-soul-singer-from-east-texas/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}