Information about plays

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

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

{
    "id": 3578384,
    "uri": "https://api.kexp.org/v2/plays/3578384/?format=api",
    "airdate": "2025-11-15T06:14:27-08:00",
    "show": 65114,
    "show_uri": "https://api.kexp.org/v2/shows/65114/?format=api",
    "image_uri": "https://coverartarchive.org/release/595f30a5-c75b-48a4-a392-77c21a17be74/15447136541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/595f30a5-c75b-48a4-a392-77c21a17be74/15447136541-250.jpg",
    "song": "Skeleton Key",
    "track_id": null,
    "recording_id": "17df5efd-e6f8-4242-9bbe-311b18152567",
    "artist": "Margot & the Nuclear So and So’s",
    "artist_ids": [
        "343b3983-1506-44cc-a4a4-e12afa636467"
    ],
    "album": "The Dust of Retreat",
    "release_id": null,
    "release_group_id": "48be6fa6-aca3-35f7-bf78-4d5540f30b18",
    "labels": [
        "Standard Recording"
    ],
    "label_ids": [
        "0d7c2565-96b7-4218-8c5f-ad81606fa1b3"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}