Information about plays

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

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

{
    "id": 3569413,
    "uri": "https://api.kexp.org/v2/plays/3569413/?format=api",
    "airdate": "2025-10-24T15:38:42-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f54594e-9fc5-429c-9d41-a0498c1c451b/5686966923-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f54594e-9fc5-429c-9d41-a0498c1c451b/5686966923-250.jpg",
    "song": "Rock Dis Funky Joint",
    "track_id": null,
    "recording_id": "020b2e59-24ae-4562-b6ad-5ab26d4df538",
    "artist": "Poor Righteous Teachers",
    "artist_ids": [
        "b46cb508-b3be-4f6d-beac-a168127444b1"
    ],
    "album": "Holy Intellect",
    "release_id": null,
    "release_group_id": "c0774b03-97cb-3a26-8d76-77cd4de3432f",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Jersey hiphop from the Fugees golden era, with a reputation for pro-Black and socially conscious lyrics. Holy Intellect spawned the group's only major radio hit, \"Rock Dis Funky Joint.\" \n\n\"Rock Dis Funky Joint\" by Poor Righteous Teachers samples Funky 4 + 1's \"That's the Joint\".\n\nCheck out the official music video! https://youtu.be/gfMURCgM3GY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}