Information about plays

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

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

{
    "id": 3550044,
    "uri": "https://api.kexp.org/v2/plays/3550044/?format=api",
    "airdate": "2025-09-07T12:58:34-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia800603.us.archive.org/21/items/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc-40687937905_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/21/items/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc-40687937905_thumb250.jpg",
    "song": "Detour",
    "track_id": "b407646f-5394-4342-9ddd-c9a5d5be1359",
    "recording_id": "1488fa75-79b5-430a-b038-c533213ebfec",
    "artist": "La Sécurité",
    "artist_ids": [
        "a03666b0-23ba-455f-bc74-1e8a7140fed3"
    ],
    "album": "Detour",
    "release_id": "7a4862e7-6058-4e8e-a782-ec89194e0bcc",
    "release_group_id": "88e64de5-aecb-4ee4-b2a9-5f2529d9fc13",
    "labels": [
        "Bella Union",
        "Mothland Records"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33",
        "20568cae-baae-47f8-b715-570e6552d82a"
    ],
    "release_date": "2024-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "La Sécurité's first tracks on the Belle Union label.\n\nhttps://lasecurite.bandcamp.com/album/detour\nIG: @la_securite_avant_tout",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}