Information about plays

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

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

{
    "id": 3547128,
    "uri": "https://api.kexp.org/v2/plays/3547128/?format=api",
    "airdate": "2025-08-31T10:43:34-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbda8cbf-4368-4650-908e-15eb24701612/37738598011-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbda8cbf-4368-4650-908e-15eb24701612/37738598011-250.jpg",
    "song": "Slow Pain",
    "track_id": null,
    "recording_id": "64f7dd68-1fea-4113-9234-3f99ff612d7c",
    "artist": "Rosali",
    "artist_ids": [
        "2d41d7b1-63c0-498b-a142-43fcbd84fc55"
    ],
    "album": "Bite Down",
    "release_id": null,
    "release_group_id": "0b354ebe-6f75-457c-8d58-46f0d4abccf3",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read an interview with the North Carolina musician talking about how solitude played a role in her creative process here\nhttps://bigtakeover.com/interviews/ATraditionOfEvolutionAnInterviewWithRosali\nhttps://rosali.bandcamp.com/album/bite-down",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}