Information about plays

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

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

{
    "id": 3630909,
    "uri": "https://api.kexp.org/v2/plays/3630909/?format=api",
    "airdate": "2026-03-19T05:12:44-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucky You",
    "track_id": "0880d58c-206c-479b-9cd4-476390ae1a7f",
    "recording_id": "97dd4195-2a1c-490e-be2c-db7088b7665a",
    "artist": "Flora Hibberd",
    "artist_ids": [
        "9cc2de62-59a2-46d3-ba2b-37c96796e630"
    ],
    "album": "Swirl",
    "release_id": "ebf97379-be15-465a-a3e0-ea330135f908",
    "release_group_id": "675367e0-6849-4ee4-9219-d5fbb2dbb3de",
    "labels": [
        "22Twenty"
    ],
    "label_ids": [
        "c27a5af5-63fa-419a-b907-6f6968060579"
    ],
    "release_date": "2025-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flora Hibberd is a musician from the UK. She lives in Paris.\n\nLucky you lucky me\nI try a little piece of everything\nI get so hungry in the state I’m in\nI burn without and I burn within\n\nhttps://flora-hibberd.bandcamp.com/track/lucky-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}