Information about plays

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

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

{
    "id": 3568942,
    "uri": "https://api.kexp.org/v2/plays/3568942/?format=api",
    "airdate": "2025-10-23T12:58:40-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?format=api",
    "image_uri": "https://ia601300.us.archive.org/11/items/mbid-83e396ab-d4b2-4220-96a2-54eb167ba63d/mbid-83e396ab-d4b2-4220-96a2-54eb167ba63d-17812149459_thumb500.jpg",
    "thumbnail_uri": "https://ia601300.us.archive.org/11/items/mbid-83e396ab-d4b2-4220-96a2-54eb167ba63d/mbid-83e396ab-d4b2-4220-96a2-54eb167ba63d-17812149459_thumb250.jpg",
    "song": "Like a Friend",
    "track_id": "c78be5f4-dd11-4d6b-926d-d507e4cb7931",
    "recording_id": "c5161d33-60f3-474c-acb0-77a1e91e86f0",
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "This Is Hardcore",
    "release_id": "d1bdd896-285e-48fa-8c1e-80c14df4c444",
    "release_group_id": "1ab343e8-490d-32a6-a6c8-1e56cf33c888",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Like A Friend\" first appeared on the \"Great Expectations' soundtrack which featured Ethan Hawke and Gwyneth Paltrow in 1998. It was later included on their 'This is Hardcore' album.\n\nhttps://pulpwiki.net/Pulp/LikeAFriend",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}