Information about plays

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

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

{
    "id": 3500871,
    "uri": "https://api.kexp.org/v2/plays/3500871/?format=api",
    "airdate": "2025-05-13T13:52:21-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "https://coverartarchive.org/release/05e06a4b-452f-4494-8948-81ffff4dd6d8/23565336732-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05e06a4b-452f-4494-8948-81ffff4dd6d8/23565336732-250.jpg",
    "song": "I Am Singing",
    "track_id": null,
    "recording_id": "6154741c-1f96-4bfc-9e81-5c6c958992f0",
    "artist": "Yesterdays New Quintet",
    "artist_ids": [
        "c0f286bf-b427-4a0e-b5f5-f46ae900a486"
    ],
    "album": "Stevie",
    "release_id": null,
    "release_group_id": "0ce4c7b7-964d-3a40-a2f9-10aa41c90649",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2004-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Presented as a fictional quintet or virtual band, Yesterdays New Quintet consists of members Monk Hughes, Ahmad Miller, Joe McDurfey, Malik Flavors, and Otis Jackson Jr, all pseudonyms used by Madlib. Here's a guide to Yesterdays New Quintet here:\nhttps://www.stonesthrow.com/news/guide-to-madlib-yesterdays-new-quintet-yesterdays-universe/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}