Information about plays

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

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

{
    "id": 3612793,
    "uri": "https://api.kexp.org/v2/plays/3612793/?format=api",
    "airdate": "2026-02-03T17:55:18-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://coverartarchive.org/release/3779e675-e141-4fcc-8940-79932726e6cc/22428705377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3779e675-e141-4fcc-8940-79932726e6cc/22428705377-250.jpg",
    "song": "I Just Called to Say I Love You",
    "track_id": null,
    "recording_id": "da2502d6-35ef-461f-b202-5cf3d5a7b09e",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "The Woman in Red",
    "release_id": null,
    "release_group_id": "640d41e3-9fe6-3b6e-b0a1-e51355e7aa9e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1984-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jerry!\n\n1984 ballad and lead single from the soundtrack to \"The Woman in Red\" - the music video features Stevie Wonder singing into a telephone in concert -",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}