Information about plays

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

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

{
    "id": 3619690,
    "uri": "https://api.kexp.org/v2/plays/3619690/?format=api",
    "airdate": "2026-02-19T22:35:37-08:00",
    "show": 65978,
    "show_uri": "https://api.kexp.org/v2/shows/65978/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e471060-073f-4f8f-a58c-a67979a265fc/41473461544-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e471060-073f-4f8f-a58c-a67979a265fc/41473461544-250.jpg",
    "song": "My Saturday",
    "track_id": null,
    "recording_id": "c72a27e0-2481-4bc6-9b70-4ab0cab728a2",
    "artist": "Terrace Martin feat. Tone Treazure",
    "artist_ids": [
        "47d06156-05af-420e-8835-be50353a5d52",
        "1ac36f09-6ef1-42f9-887a-8afda5246649"
    ],
    "album": "Albion Files",
    "release_id": null,
    "release_group_id": "f3b2791d-ffac-40b5-a86d-02d5fd0e2ad6",
    "labels": [
        "Sounds of Crenshaw"
    ],
    "label_ids": [
        "ab085818-1bf0-48b5-9d14-cbde6e836f42"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}