Information about plays

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

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

{
    "id": 3554856,
    "uri": "https://api.kexp.org/v2/plays/3554856/?format=api",
    "airdate": "2025-09-19T03:50:13-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://dn721701.ca.archive.org/0/items/mbid-4466e0c8-8e6d-4a31-8765-6492ee6d9a84/mbid-4466e0c8-8e6d-4a31-8765-6492ee6d9a84-42465306993_thumb500.jpg",
    "thumbnail_uri": "https://dn721701.ca.archive.org/0/items/mbid-4466e0c8-8e6d-4a31-8765-6492ee6d9a84/mbid-4466e0c8-8e6d-4a31-8765-6492ee6d9a84-42465306993_thumb250.jpg",
    "song": "For Skye",
    "track_id": "4a13a157-3cad-4cc6-97d8-d24a2d4713dc",
    "recording_id": "17abbac3-fd2a-426c-996d-ae099c33b77e",
    "artist": "Jens Lekman",
    "artist_ids": [
        "41aa2734-ec86-4197-a074-d44886e7da8d"
    ],
    "album": "Songs for Other People’s Weddings",
    "release_id": "4466e0c8-8e6d-4a31-8765-6492ee6d9a84",
    "release_group_id": "5fbc122c-2977-49eb-9535-f70a65ee72d5",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Jens!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}