Information about plays

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

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

{
    "id": 3552114,
    "uri": "https://api.kexp.org/v2/plays/3552114/?format=api",
    "airdate": "2025-09-12T13:57:16-07:00",
    "show": 64542,
    "show_uri": "https://api.kexp.org/v2/shows/64542/?format=api",
    "image_uri": "https://coverartarchive.org/release/df87374d-53df-48d9-9677-ae32975fcde8/37870084002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df87374d-53df-48d9-9677-ae32975fcde8/37870084002-250.jpg",
    "song": "Give my all",
    "track_id": null,
    "recording_id": "bd001af3-0dd3-4c54-8428-44781476068b",
    "artist": "Astrid Sonne",
    "artist_ids": [
        "bc6af694-5880-4770-bdf1-82d03fea43f4"
    ],
    "album": "Great Doubt",
    "release_id": null,
    "release_group_id": "66f7498a-e4dc-402e-a5d0-0a748ad54a3f",
    "labels": [
        "Escho"
    ],
    "label_ids": [
        "eb29db8c-175d-4bf0-8a41-166f774e9f2e"
    ],
    "release_date": "2024-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lyrics on the album are sparse, merely highlighting different scenes or emotional states of being, leaving the music to fill in the blanks. Yet they also form a pattern of ambiguity, consolidated through the album title, searching for answers through looking at how and what you are asking, questions for the world, questions of love. - https://astridsonne.bandcamp.com/album/great-doubt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}