Information about plays

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

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

{
    "id": 3500868,
    "uri": "https://api.kexp.org/v2/plays/3500868/?format=api",
    "airdate": "2025-05-13T13:40:52-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3a0afcc-79fa-44da-ab29-0da9973eac24/1673790310-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3a0afcc-79fa-44da-ab29-0da9973eac24/1673790310-250.jpg",
    "song": "Ngiculela / Es una historia / I Am Singing",
    "track_id": null,
    "recording_id": "0f37a260-7ef0-41c0-bf7d-e1a2e37dfbab",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life",
    "release_id": null,
    "release_group_id": "ea88b09b-fd34-33cf-a3e5-25a3a2fb4c6f",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Let's all sing someday sweet love will reign\nThrougout this world of ours...\"\n\nParts of the lovely song are in Zulu and parts are in Spanish.: https://www.steviewonder.es/en/Canciones/Ngiculela.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}